#CA5615

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

Shades of Tenne (Tawny) #CA5615

Tints of Tenne (Tawny) #CA5615

Color information

#CA5615 (or 0xCA5615) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 56 and 15. RGB value is (202,86,21). Sum of RGB (Red+Green+Blue) = 202+86+21=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5615 is #35A9EA. Grayscale: #717171. Windows color (decimal): -3516907 or 1398474. OLE color: 1398474.

HSL color Cylindrical-coordinate representation of color #CA5615: hue angle of 21.55º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA5615 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2028621-
CMYK00.570.900.21
HSL21.55º81.17%43.73%-
HSV(B)21.55º89.6%79.22%-
XYZ27.8219.272.96-
YUV113.2775.93191.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.37%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 21 (8.59% from 255) = 6.80%
R=65.37%
G=27.83%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202862100.570.900.2121.5581.1743.73
HexCA56150395A1516512c
Octal31212625071132252612154
Binary110010101010110101010111001101101010101101101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5615; }

 p { color: rgb(202,86,21); }

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

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

 a { background-color: rgb(202,86,21); }

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

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

 span { border-color: rgb(202,86,21); }

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