#CA5212

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

Shades of Tenne (Tawny) #CA5212

Tints of Tenne (Tawny) #CA5212

Color information

#CA5212 (or 0xCA5212) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 52 and 12. RGB value is (202,82,18). Sum of RGB (Red+Green+Blue) = 202+82+18=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5212 is #35ADED. Grayscale: #6E6E6E. Windows color (decimal): -3517934 or 1200842. OLE color: 1200842.

HSL color Cylindrical-coordinate representation of color #CA5212: hue angle of 20.87º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA5212 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB2028218-
CMYK00.590.910.21
HSL20.87º83.64%43.14%-
HSV(B)20.87º91.09%79.22%-
XYZ27.4818.632.72-
YUV110.5875.76193.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.89%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 18 (7.42% from 255) = 5.96%
R=66.89%
G=27.15%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202821800.590.910.2120.8783.6443.14
HexCA521203B5B1515542b
Octal31212222073133252512453
Binary110010101010010100100111011101101110101101011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5212; }

 p { color: rgb(202,82,18); }

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

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

 a { background-color: rgb(202,82,18); }

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

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

 span { border-color: rgb(202,82,18); }

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