#CA5206

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

Shades of Tenne (Tawny) #CA5206

Tints of Tenne (Tawny) #CA5206

Color information

#CA5206 (or 0xCA5206) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 52 and 06. RGB value is (202,82,6). Sum of RGB (Red+Green+Blue) = 202+82+6=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5206 is #35ADF9. Grayscale: #6D6D6D. Windows color (decimal): -3517946 or 414410. OLE color: 414410.

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

Color convert

RGB202826-
CMYK00.590.970.21
HSL23.27º94.23%40.78%-
HSV(B)23.27º97.03%79.22%-
XYZ27.4118.62.32-
YUV109.2269.76194.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 69.66%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 6 (2.73% from 255) = 2.07%
R=69.66%
G=28.28%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20282600.590.970.2123.2794.2340.78
HexCA52603B6115175e29
Octal3121226073141252713651
Binary1100101010100101100111011110000110101101111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5206; }

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

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

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

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

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

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

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

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