#CA6D23

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

Shades of Chocolate #CA6D23

Tints of Chocolate #CA6D23

Color information

#CA6D23 (or 0xCA6D23) is unknown color: approx Chocolate. HEX triplet: CA, 6D and 23. RGB value is (202,109,35). Sum of RGB (Red+Green+Blue) = 202+109+35=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D23 is #3592DC. Grayscale: #808080. Windows color (decimal): -3511005 or 2321866. OLE color: 2321866.

HSL color Cylindrical-coordinate representation of color #CA6D23: hue angle of 26.59º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA6D23 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB20210935-
CMYK00.460.830.21
HSL26.59º70.46%46.47%-
HSV(B)26.59º82.67%79.22%-
XYZ30.1323.624.56-
YUV128.3775.31180.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 35 (14.06% from 255) = 10.12%
R=58.38%
G=31.50%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021093500.460.830.2126.5970.4646.47
HexCA6D2302E53151b462e
Octal31215543056123253310656
Binary1100101011011011000110101110101001110101110111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6D23; }

 p { color: rgb(202,109,35); }

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

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

 a { background-color: rgb(202,109,35); }

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

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

 span { border-color: rgb(202,109,35); }

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