#CA490C

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

Shades of Tenne (Tawny) #CA490C

Tints of Tenne (Tawny) #CA490C

Color information

#CA490C (or 0xCA490C) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 49 and 0C. RGB value is (202,73,12). Sum of RGB (Red+Green+Blue) = 202+73+12=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA490C is #35B6F3. Grayscale: #686868. Windows color (decimal): -3520244 or 805322. OLE color: 805322.

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

Color convert

RGB2027312-
CMYK00.640.940.21
HSL19.26º88.79%41.96%-
HSV(B)19.26º94.06%79.22%-
XYZ26.8117.352.28-
YUV104.6275.74197.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.38%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 12 (5.08% from 255) = 4.18%
R=70.38%
G=25.44%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202731200.640.940.2119.2688.7941.96
HexCA49C0405E1513592a
Octal312111140100136252313152
Binary110010101001001110001000000101111010101100111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA490C; }

 p { color: rgb(202,73,12); }

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

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

 a { background-color: rgb(202,73,12); }

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

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

 span { border-color: rgb(202,73,12); }

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