#CA6600

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

Shades of Tenne (Tawny) #CA6600

Tints of Tenne (Tawny) #CA6600

Color information

#CA6600 (or 0xCA6600) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 66 and 00. RGB value is (202,102,0). Sum of RGB (Red+Green+Blue) = 202+102+0=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6600 is #3599FF. Grayscale: #787878. Windows color (decimal): -3512832 or 26314. OLE color: 26314.

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

Color convert

RGB2021020-
CMYK00.5010.21
HSL30.3º100%39.61%-
HSV(B)30.3º100%79.22%-
XYZ29.1122.062.72-
YUV120.2760.13186.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.45%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.45%
G=33.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202102000.5010.2130.310039.61
HexCA66003264151e6428
Octal3121460062144253614450
Binary11001010110011000110010110010010101111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6600; }

 p { color: rgb(202,102,0); }

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

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

 a { background-color: rgb(202,102,0); }

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

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

 span { border-color: rgb(202,102,0); }

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