#CA6A25

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

Shades of Chocolate #CA6A25

Tints of Chocolate #CA6A25

Color information

#CA6A25 (or 0xCA6A25) is unknown color: approx Chocolate. HEX triplet: CA, 6A and 25. RGB value is (202,106,37). Sum of RGB (Red+Green+Blue) = 202+106+37=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A25 is #3595DA. Grayscale: #7F7F7F. Windows color (decimal): -3511771 or 2452170. OLE color: 2452170.

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

Color convert

RGB20210637-
CMYK00.480.820.21
HSL25.09º69.04%46.86%-
HSV(B)25.09º81.68%79.22%-
XYZ29.85234.62-
YUV126.8477.3181.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 37 (14.84% from 255) = 10.72%
R=58.55%
G=30.72%
B=10.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021063700.480.820.2125.0969.0446.86
HexCA6A25030521519452f
Octal31215245060122253110557
Binary1100101011010101001010110000101001010101110011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A25; }

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

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

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

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

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

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

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

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