#CA661A

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

Shades of Chocolate #CA661A

Tints of Chocolate #CA661A

Color information

#CA661A (or 0xCA661A) is unknown color: approx Chocolate. HEX triplet: CA, 66 and 1A. RGB value is (202,102,26). Sum of RGB (Red+Green+Blue) = 202+102+26=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA661A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA661A is #3599E5. Grayscale: #7B7B7B. Windows color (decimal): -3512806 or 1730250. OLE color: 1730250.

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

Color convert

RGB20210226-
CMYK00.500.870.21
HSL25.91º77.19%44.71%-
HSV(B)25.91º87.13%79.22%-
XYZ29.2922.133.71-
YUV123.2473.13184.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.21%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 26 (10.55% from 255) = 7.88%
R=61.21%
G=30.91%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021022600.500.870.2125.9177.1944.71
HexCA661A03257151a4d2d
Octal31214632062127253211555
Binary110010101100110110100110010101011110101110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA661A; }

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

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

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

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

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

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

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

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