Html Css Color HEX #CC6A20 Chocolate

📋 copy color: '#CC6A20'

red 204 ◦ green 106 ◦ blue 32

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

Shades of Chocolate #CC6A20

Tints of Chocolate #CC6A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

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

R = 59.65%
G = 30.99%
B = 9.36%

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

#CC6A20 (or 0xCC6A20) is known color: Chocolate. HEX triplet: CC, 6A and 20. RGB value is (204,106,32). Sum of RGB (Red+Green+Blue) = 204+106+32=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A20 is #3395DF. Grayscale: #7F7F7F. Windows color (decimal): -3380704 or 2124492. OLE color: 2124492.

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

Color convert

RGB 204 106 32 -
CMYK 0 0.48 0.84 0.2
HSL 25.81º 0.73% 0.46% -
HSV(B) 25.81º 0.84% 0.8% -
XYZ 30.32 23.25 4.26 -
YUV 126.87 74.47 183.02 -
System Red Green Blue C M Y K H S L
Decimal 204 106 32 0 0.48 0.84 0.2 25.81 0.73 0.46
Hex CC 6A 20 0 30 54 14 1A 49 2E
Octal 314 152 40 0 60 124 24 32 111 56
Binary 11001100 1101010 100000 0 110000 1010100 10100 11010 1001001 101110

Color Harmonies of #CC6A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A20

Black with #CC6A20

Text Example


Text Example

White with #CC6A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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