#CA6004

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

Shades of Tenne (Tawny) #CA6004

Tints of Tenne (Tawny) #CA6004

Color information

#CA6004 (or 0xCA6004) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 60 and 04. RGB value is (202,96,4). Sum of RGB (Red+Green+Blue) = 202+96+4=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6004 is #359FFB. Grayscale: #757575. Windows color (decimal): -3514364 or 286922. OLE color: 286922.

HSL color Cylindrical-coordinate representation of color #CA6004: hue angle of 27.88º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA6004 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB202964-
CMYK00.520.980.21
HSL27.88º96.12%40.39%-
HSV(B)27.88º98.02%79.22%-
XYZ28.5620.932.65-
YUV117.2164.12188.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.89%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=66.89%
G=31.79%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20296400.520.980.2127.8896.1240.39
HexCA60403462151c6028
Octal3121404064142253414050
Binary1100101011000001000110100110001010101111001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6004; }

 p { color: rgb(202,96,4); }

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

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

 a { background-color: rgb(202,96,4); }

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

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

 span { border-color: rgb(202,96,4); }

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