#CA570E

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

Shades of Tenne (Tawny) #CA570E

Tints of Tenne (Tawny) #CA570E

Color information

#CA570E (or 0xCA570E) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 57 and 0E. RGB value is (202,87,14). Sum of RGB (Red+Green+Blue) = 202+87+14=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA570E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA570E is #35A8F1. Grayscale: #717171. Windows color (decimal): -3516658 or 939978. OLE color: 939978.

HSL color Cylindrical-coordinate representation of color #CA570E: hue angle of 23.3º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA570E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB2028714-
CMYK00.570.930.21
HSL23.3º87.04%42.35%-
HSV(B)23.3º93.07%79.22%-
XYZ27.8419.42.69-
YUV113.0672.1191.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.67%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=66.67%
G=28.71%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202871400.570.930.2123.387.0442.35
HexCA57E0395D1517572a
Octal31212716071135252712752
Binary11001010101011111100111001101110110101101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA570E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA570E; }

 p { color: rgb(202,87,14); }

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

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

 a { background-color: rgb(202,87,14); }

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

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

 span { border-color: rgb(202,87,14); }

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