#CB493B

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

Shades of Grenadier #CB493B

Tints of Grenadier #CB493B

Color information

#CB493B (or 0xCB493B) is unknown color: approx Grenadier. HEX triplet: CB, 49 and 3B. RGB value is (203,73,59). Sum of RGB (Red+Green+Blue) = 203+73+59=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB493B is #34B6C4. Grayscale: #6E6E6E. Windows color (decimal): -3454661 or 3885515. OLE color: 3885515.

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

Color convert

RGB2037359-
CMYK00.640.710.20
HSL5.83º58.06%51.37%-
HSV(B)5.83º70.94%79.61%-
XYZ27.817.786.1-
YUV110.2799.07194.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 60.60%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 59 (23.44% from 255) = 17.61%
R=60.60%
G=21.79%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203735900.640.710.205.8358.0651.37
HexCB493B040471463a33
Octal3131117301001072467263
Binary11001011100100111101101000000100011110100110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB493B; }

 p { color: rgb(203,73,59); }

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

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

 a { background-color: rgb(203,73,59); }

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

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

 span { border-color: rgb(203,73,59); }

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