#CA6015

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

Shades of Chocolate #CA6015

Tints of Chocolate #CA6015

Color information

#CA6015 (or 0xCA6015) is unknown color: approx Chocolate. HEX triplet: CA, 60 and 15. RGB value is (202,96,21). Sum of RGB (Red+Green+Blue) = 202+96+21=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6015 is #359FEA. Grayscale: #777777. Windows color (decimal): -3514347 or 1401034. OLE color: 1401034.

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

Color convert

RGB2029621-
CMYK00.520.900.21
HSL24.86º81.17%43.73%-
HSV(B)24.86º89.6%79.22%-
XYZ28.6820.983.25-
YUV119.1472.62187.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 21 (8.59% from 255) = 6.58%
R=63.32%
G=30.09%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202962100.520.900.2124.8681.1743.73
HexCA60150345A1519512c
Octal31214025064132253112154
Binary110010101100000101010110100101101010101110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6015; }

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

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

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

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

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

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

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

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