Html Css Color HEX #CC6C20 Chocolate

📋 copy color: '#CC6C20'

red 204 ◦ green 108 ◦ blue 32

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

Shades of Chocolate #CC6C20

Tints of Chocolate #CC6C20

RGB

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

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

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

R = 59.3%
G = 31.4%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC6C20 (or 0xCC6C20) is known color: Chocolate. HEX triplet: CC, 6C and 20. RGB value is (204,108,32). Sum of RGB (Red+Green+Blue) = 204+108+32=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C20 is #3393DF. Grayscale: #808080. Windows color (decimal): -3380192 or 2125004. OLE color: 2125004.

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

Color convert

RGB 204 108 32 -
CMYK 0 0.47 0.84 0.2
HSL 26.51º 0.73% 0.46% -
HSV(B) 26.51º 0.84% 0.8% -
XYZ 30.53 23.67 4.33 -
YUV 128.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 204 108 32 0 0.47 0.84 0.2 26.51 0.73 0.46
Hex CC 6C 20 0 2F 54 14 1B 49 2E
Octal 314 154 40 0 57 124 24 33 111 56
Binary 11001100 1101100 100000 0 101111 1010100 10100 11011 1001001 101110

Color Harmonies of #CC6C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C20

Black with #CC6C20

Text Example


Text Example

White with #CC6C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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