#CA6826

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

Shades of Chocolate #CA6826

Tints of Chocolate #CA6826

Color information

#CA6826 (or 0xCA6826) is unknown color: approx Chocolate. HEX triplet: CA, 68 and 26. RGB value is (202,104,38). Sum of RGB (Red+Green+Blue) = 202+104+38=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6826 is #3597D9. Grayscale: #7E7E7E. Windows color (decimal): -3512282 or 2517194. OLE color: 2517194.

HSL color Cylindrical-coordinate representation of color #CA6826: hue angle of 24.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA6826 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB20210438-
CMYK00.490.810.21
HSL24.15º68.33%47.06%-
HSV(B)24.15º81.19%79.22%-
XYZ29.6622.64.63-
YUV125.7878.47182.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 38 (15.23% from 255) = 11.05%
R=58.72%
G=30.23%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021043800.490.810.2124.1568.3347.06
HexCA6826031511518442f
Octal31215046061121253010457
Binary1100101011010001001100110001101000110101110001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6826; }

 p { color: rgb(202,104,38); }

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

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

 a { background-color: rgb(202,104,38); }

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

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

 span { border-color: rgb(202,104,38); }

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