Html Css Color HEX #CA6820 Chocolate

📋 copy color: '#CA6820'

red 202 ◦ green 104 ◦ blue 32

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

Shades of Chocolate #CA6820

Tints of Chocolate #CA6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

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

R = 59.76%
G = 30.77%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA6820 (or 0xCA6820) is known color: Chocolate. HEX triplet: CA, 68 and 20. RGB value is (202,104,32). Sum of RGB (Red+Green+Blue) = 202+104+32=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6820 is #3597DF. Grayscale: #7D7D7D. Windows color (decimal): -3512288 or 2123978. OLE color: 2123978.

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

Color convert

RGB 202 104 32 -
CMYK 0 0.49 0.84 0.21
HSL 25.41º 0.73% 0.46% -
HSV(B) 25.41º 0.84% 0.79% -
XYZ 29.57 22.56 4.16 -
YUV 125.09 75.47 182.85 -
System Red Green Blue C M Y K H S L
Decimal 202 104 32 0 0.49 0.84 0.21 25.41 0.73 0.46
Hex CA 68 20 0 31 54 15 19 49 2E
Octal 312 150 40 0 61 124 25 31 111 56
Binary 11001010 1101000 100000 0 110001 1010100 10101 11001 1001001 101110

Color Harmonies of #CA6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6820

Black with #CA6820

Text Example


Text Example

White with #CA6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6820; }

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

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

background-color css

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

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

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

border-color css

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

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

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