#CA6B25

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

Shades of Chocolate #CA6B25

Tints of Chocolate #CA6B25

Color information

#CA6B25 (or 0xCA6B25) is unknown color: approx Chocolate. HEX triplet: CA, 6B and 25. RGB value is (202,107,37). Sum of RGB (Red+Green+Blue) = 202+107+37=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B25 is #3594DA. Grayscale: #7F7F7F. Windows color (decimal): -3511515 or 2452426. OLE color: 2452426.

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

Color convert

RGB20210737-
CMYK00.470.820.21
HSL25.45º69.04%46.86%-
HSV(B)25.45º81.68%79.22%-
XYZ29.9523.214.65-
YUV127.4276.97181.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=58.38%
G=30.92%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021073700.470.820.2125.4569.0446.86
HexCA6B2502F521519452f
Octal31215345057122253110557
Binary1100101011010111001010101111101001010101110011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B25; }

 p { color: rgb(202,107,37); }

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

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

 a { background-color: rgb(202,107,37); }

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

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

 span { border-color: rgb(202,107,37); }

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