#CA550C

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

Shades of Tenne (Tawny) #CA550C

Tints of Tenne (Tawny) #CA550C

Color information

#CA550C (or 0xCA550C) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 55 and 0C. RGB value is (202,85,12). Sum of RGB (Red+Green+Blue) = 202+85+12=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA550C is #35AAF3. Grayscale: #707070. Windows color (decimal): -3517172 or 808394. OLE color: 808394.

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

Color convert

RGB2028512-
CMYK00.580.940.21
HSL23.05º88.79%41.96%-
HSV(B)23.05º94.06%79.22%-
XYZ27.6719.082.57-
YUV111.6671.76192.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.56%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 12 (5.08% from 255) = 4.01%
R=67.56%
G=28.43%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202851200.580.940.2123.0588.7941.96
HexCA55C03A5E1517592a
Octal31212514072136252713152
Binary11001010101010111000111010101111010101101111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA550C; }

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

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

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

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

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

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

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

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