#CA5A0C

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

Shades of Tenne (Tawny) #CA5A0C

Tints of Tenne (Tawny) #CA5A0C

Color information

#CA5A0C (or 0xCA5A0C) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 5A and 0C. RGB value is (202,90,12). Sum of RGB (Red+Green+Blue) = 202+90+12=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5A0C is #35A5F3. Grayscale: #737373. Windows color (decimal): -3515892 or 809674. OLE color: 809674.

HSL color Cylindrical-coordinate representation of color #CA5A0C: hue angle of 24.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA5A0C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2029012-
CMYK00.550.940.21
HSL24.63º88.79%41.96%-
HSV(B)24.63º94.06%79.22%-
XYZ28.0819.92.71-
YUV114.670.11190.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.45%
GREEN value IS 90 (35.55% from 255) = 29.61%
BLUE value IS 12 (5.08% from 255) = 3.95%
R=66.45%
G=29.61%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202901200.550.940.2124.6388.7941.96
HexCA5AC0375E1519592a
Octal31213214067136253113152
Binary11001010101101011000110111101111010101110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A0C; }

 p { color: rgb(202,90,12); }

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

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

 a { background-color: rgb(202,90,12); }

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

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

 span { border-color: rgb(202,90,12); }

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