Html Css Color HEX #CC6B20 Chocolate

📋 copy color: '#CC6B20'

red 204 ◦ green 107 ◦ blue 32

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

Shades of Chocolate #CC6B20

Tints of Chocolate #CC6B20

RGB

 RED value IS 204 (80.08% from 255) = 59.48%

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

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

R = 59.48%
G = 31.2%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC6B20 (or 0xCC6B20) is known color: Chocolate. HEX triplet: CC, 6B and 20. RGB value is (204,107,32). Sum of RGB (Red+Green+Blue) = 204+107+32=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B20 is #3394DF. Grayscale: #7F7F7F. Windows color (decimal): -3380448 or 2124748. OLE color: 2124748.

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

Color convert

RGB 204 107 32 -
CMYK 0 0.48 0.84 0.2
HSL 26.16º 0.73% 0.46% -
HSV(B) 26.16º 0.84% 0.8% -
XYZ 30.42 23.46 4.29 -
YUV 127.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 204 107 32 0 0.48 0.84 0.2 26.16 0.73 0.46
Hex CC 6B 20 0 30 54 14 1A 49 2E
Octal 314 153 40 0 60 124 24 32 111 56
Binary 11001100 1101011 100000 0 110000 1010100 10100 11010 1001001 101110

Color Harmonies of #CC6B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B20

Black with #CC6B20

Text Example


Text Example

White with #CC6B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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