Html Css Color HEX #CA6C20 Chocolate

📋 copy color: '#CA6C20'

red 202 ◦ green 108 ◦ blue 32

#CA6C20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CA6C20

Tints of Chocolate #CA6C20

RGB

 RED value IS 202 (79.3% from 255) = 59.06%

 GREEN value IS 108 (42.58% from 255) = 31.58%

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 59.06%
G = 31.58%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA6C20 (or 0xCA6C20) is known color: Chocolate. HEX triplet: CA, 6C and 20. RGB value is (202,108,32). Sum of RGB (Red+Green+Blue) = 202+108+32=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6C20 is #3593DF. Grayscale: #7F7F7F. Windows color (decimal): -3511264 or 2125002. OLE color: 2125002.

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

Color convert

RGB 202 108 32 -
CMYK 0 0.47 0.84 0.21
HSL 26.82º 0.73% 0.46% -
HSV(B) 26.82º 0.84% 0.79% -
XYZ 29.98 23.39 4.3 -
YUV 127.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 202 108 32 0 0.47 0.84 0.21 26.82 0.73 0.46
Hex CA 6C 20 0 2F 54 15 1B 49 2E
Octal 312 154 40 0 57 124 25 33 111 56
Binary 11001010 1101100 100000 0 101111 1010100 10101 11011 1001001 101110

Color Harmonies of #CA6C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C20

Black with #CA6C20

Text Example


Text Example

White with #CA6C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C20; }

 p { color: rgb(202,108,32); }

 H1.HeaderClassName
 {
   color: #CA6C20;
 }
 .AnyTagClassName
 {
   color: #CA6C20;
 }
</style>

background-color css

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

 a { background-color: rgb(202,108,32); }

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

border-color css

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

 span { border-color: rgb(202,108,32); }

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