Html Css Color HEX #CC6311 Chocolate

📋 copy color: '#CC6311'

red 204 ◦ green 99 ◦ blue 17

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

Shades of Chocolate #CC6311

Tints of Chocolate #CC6311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 63.75%
G = 30.94%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC6311 (or 0xCC6311) is known color: Chocolate. HEX triplet: CC, 63 and 11. RGB value is (204,99,17). Sum of RGB (Red+Green+Blue) = 204+99+17=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6311 is #339CEE. Grayscale: #797979. Windows color (decimal): -3382511 or 1139660. OLE color: 1139660.

HSL color Cylindrical-coordinate representation of color #CC6311: hue angle of 26.31º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC6311 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 99 17 -
CMYK 0 0.51 0.92 0.2
HSL 26.31º 0.85% 0.43% -
HSV(B) 26.31º 0.92% 0.8% -
XYZ 29.46 21.8 3.19 -
YUV 121.05 69.29 187.17 -
System Red Green Blue C M Y K H S L
Decimal 204 99 17 0 0.51 0.92 0.2 26.31 0.85 0.43
Hex CC 63 11 0 33 5C 14 1A 55 2B
Octal 314 143 21 0 63 134 24 32 125 53
Binary 11001100 1100011 10001 0 110011 1011100 10100 11010 1010101 101011

Color Harmonies of #CC6311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6311

Black with #CC6311

Text Example


Text Example

White with #CC6311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6311; }

 p { color: rgb(204,99,17); }

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

background-color css

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

 a { background-color: rgb(204,99,17); }

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

border-color css

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

 span { border-color: rgb(204,99,17); }

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