#CA6C15

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

Shades of Chocolate #CA6C15

Tints of Chocolate #CA6C15

Color information

#CA6C15 (or 0xCA6C15) is unknown color: approx Chocolate. HEX triplet: CA, 6C and 15. RGB value is (202,108,21). Sum of RGB (Red+Green+Blue) = 202+108+21=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6C15 is #3593EA. Grayscale: #7E7E7E. Windows color (decimal): -3511275 or 1404106. OLE color: 1404106.

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

Color convert

RGB20210821-
CMYK00.470.900.21
HSL28.84º81.17%43.73%-
HSV(B)28.84º89.6%79.22%-
XYZ29.8623.343.64-
YUV126.1968.64182.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.03%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 21 (8.59% from 255) = 6.34%
R=61.03%
G=32.63%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021082100.470.900.2128.8481.1743.73
HexCA6C1502F5A151d512c
Octal31215425057132253512154
Binary110010101101100101010101111101101010101111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C15; }

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

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

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

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

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

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

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

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