Html Css Color HEX #CA6B20 Chocolate

📋 copy color: '#CA6B20'

red 202 ◦ green 107 ◦ blue 32

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

Shades of Chocolate #CA6B20

Tints of Chocolate #CA6B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.38%

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

R = 59.24%
G = 31.38%
B = 9.38%

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

#CA6B20 (or 0xCA6B20) is known color: Chocolate. HEX triplet: CA, 6B and 20. RGB value is (202,107,32). Sum of RGB (Red+Green+Blue) = 202+107+32=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B20 is #3594DF. Grayscale: #7F7F7F. Windows color (decimal): -3511520 or 2124746. OLE color: 2124746.

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

Color convert

RGB 202 107 32 -
CMYK 0 0.47 0.84 0.21
HSL 26.47º 0.73% 0.46% -
HSV(B) 26.47º 0.84% 0.79% -
XYZ 29.88 23.18 4.27 -
YUV 126.86 74.47 181.6 -
System Red Green Blue C M Y K H S L
Decimal 202 107 32 0 0.47 0.84 0.21 26.47 0.73 0.46
Hex CA 6B 20 0 2F 54 15 1A 49 2E
Octal 312 153 40 0 57 124 25 32 111 56
Binary 11001010 1101011 100000 0 101111 1010100 10101 11010 1001001 101110

Color Harmonies of #CA6B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B20

Black with #CA6B20

Text Example


Text Example

White with #CA6B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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