#CA493B

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

Shades of Grenadier #CA493B

Tints of Grenadier #CA493B

Color information

#CA493B (or 0xCA493B) is unknown color: approx Grenadier. HEX triplet: CA, 49 and 3B. RGB value is (202,73,59). Sum of RGB (Red+Green+Blue) = 202+73+59=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA493B is #35B6C4. Grayscale: #6E6E6E. Windows color (decimal): -3520197 or 3885514. OLE color: 3885514.

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

Color convert

RGB2027359-
CMYK00.640.710.21
HSL5.87º57.43%51.18%-
HSV(B)5.87º70.79%79.22%-
XYZ27.5317.646.09-
YUV109.9899.24193.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.48%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 59 (23.44% from 255) = 17.66%
R=60.48%
G=21.86%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202735900.640.710.215.8757.4351.18
HexCA493B040471563933
Octal3121117301001072567163
Binary11001010100100111101101000000100011110101110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA493B; }

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

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

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

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

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

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

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

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