#CA6626

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

Shades of Chocolate #CA6626

Tints of Chocolate #CA6626

Color information

#CA6626 (or 0xCA6626) is unknown color: approx Chocolate. HEX triplet: CA, 66 and 26. RGB value is (202,102,38). Sum of RGB (Red+Green+Blue) = 202+102+38=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6626 is #3599D9. Grayscale: #7C7C7C. Windows color (decimal): -3512794 or 2516682. OLE color: 2516682.

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

Color convert

RGB20210238-
CMYK00.500.810.21
HSL23.41º68.33%47.06%-
HSV(B)23.41º81.19%79.22%-
XYZ29.4622.24.57-
YUV124.679.13183.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.06%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 38 (15.23% from 255) = 11.11%
R=59.06%
G=29.82%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021023800.500.810.2123.4168.3347.06
HexCA6626032511517442f
Octal31214646062121252710457
Binary1100101011001101001100110010101000110101101111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6626; }

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

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

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

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

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

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

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

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