#CA6002

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

Shades of Tenne (Tawny) #CA6002

Tints of Tenne (Tawny) #CA6002

Color information

#CA6002 (or 0xCA6002) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 60 and 02. RGB value is (202,96,2). Sum of RGB (Red+Green+Blue) = 202+96+2=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6002 is #359FFD. Grayscale: #757575. Windows color (decimal): -3514366 or 155850. OLE color: 155850.

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

Color convert

RGB202962-
CMYK00.520.990.21
HSL28.2º98.04%40%-
HSV(B)28.2º99.01%79.22%-
XYZ28.5520.932.59-
YUV116.9863.12188.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.33%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=67.33%
G=32%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20296200.520.990.2128.298.0440
HexCA60203463151c6228
Octal3121402064143253414250
Binary110010101100000100110100110001110101111001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6002; }

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

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

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

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

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

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

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

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