#CB463E

Color #CB463E Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #CB463E

Tints of Grenadier #CB463E

Color information

#CB463E (or 0xCB463E) is unknown color: approx Grenadier. HEX triplet: CB, 46 and 3E. RGB value is (203,70,62). Sum of RGB (Red+Green+Blue) = 203+70+62=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB463E is #34B9C1. Grayscale: #6D6D6D. Windows color (decimal): -3455426 or 4081355. OLE color: 4081355.

HSL color Cylindrical-coordinate representation of color #CB463E: hue angle of 3.4º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB463E is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB2037062-
CMYK00.660.690.20
HSL3.4º57.55%51.96%-
HSV(B)3.4º69.46%79.61%-
XYZ27.6917.426.46-
YUV108.85101.56195.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 60.60%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=60.60%
G=20.90%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203706200.660.690.203.457.5551.96
HexCB463E042451433a34
Octal3131067601021052437264
Binary1100101110001101111100100001010001011010011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB463E; }

 p { color: rgb(203,70,62); }

 H1.HeaderClassName
 {
   color: #CB463E;
 }
 .AnyTagClassName
 {
   color: #CB463E;
 }
</style>
background-color css

<style>
 a { background-color: #CB463E; }

 a { background-color: rgb(203,70,62); }

 div.DivClassName
 {
   background-color: #CB463E;
 }
 .BgClassName
 {
   background-color: #CB463E;
 }
</style>
border-color css

<style>
 span { border-color: #CB463E; }

 span { border-color: rgb(203,70,62); }

 td.TdClassName
 {
   border-color: #CB463E;
 }
 .TagClassName
 {
   border-color: #CB463E;
 }
</style>