#CA5C00

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

Shades of Tenne (Tawny) #CA5C00

Tints of Tenne (Tawny) #CA5C00

Color information

#CA5C00 (or 0xCA5C00) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 5C and 00. RGB value is (202,92,0). Sum of RGB (Red+Green+Blue) = 202+92+0=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5C00 is #35A3FF. Grayscale: #727272. Windows color (decimal): -3515392 or 23754. OLE color: 23754.

HSL color Cylindrical-coordinate representation of color #CA5C00: hue angle of 27.33º 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 #CA5C00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB202920-
CMYK00.5410.21
HSL27.33º100%39.61%-
HSV(B)27.33º100%79.22%-
XYZ28.1820.212.42-
YUV114.463.44190.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.71%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.71%
G=31.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20292000.5410.2127.3310039.61
HexCA5C003664151b6428
Octal3121340066144253314450
Binary11001010101110000110110110010010101110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C00; }

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

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

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

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

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

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

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

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