#CA6E1A

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

Shades of Chocolate #CA6E1A

Tints of Chocolate #CA6E1A

Color information

#CA6E1A (or 0xCA6E1A) is unknown color: approx Chocolate. HEX triplet: CA, 6E and 1A. RGB value is (202,110,26). Sum of RGB (Red+Green+Blue) = 202+110+26=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E1A is #3591E5. Grayscale: #808080. Windows color (decimal): -3510758 or 1732298. OLE color: 1732298.

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

Color convert

RGB20211026-
CMYK00.460.870.21
HSL28.64º77.19%44.71%-
HSV(B)28.64º87.13%79.22%-
XYZ30.1223.783.98-
YUV127.9370.48180.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.76%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 26 (10.55% from 255) = 7.69%
R=59.76%
G=32.54%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021102600.460.870.2128.6477.1944.71
HexCA6E1A02E57151d4d2d
Octal31215632056127253511555
Binary110010101101110110100101110101011110101111011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6E1A; }

 p { color: rgb(202,110,26); }

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

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

 a { background-color: rgb(202,110,26); }

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

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

 span { border-color: rgb(202,110,26); }

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