Html Css Color HEX #CC6511 Chocolate

📋 copy color: '#CC6511'

red 204 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #CC6511

Tints of Chocolate #CC6511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

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

R = 63.35%
G = 31.37%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC6511 (or 0xCC6511) is known color: Chocolate. HEX triplet: CC, 65 and 11. RGB value is (204,101,17). Sum of RGB (Red+Green+Blue) = 204+101+17=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6511 is #339AEE. Grayscale: #7A7A7A. Windows color (decimal): -3381999 or 1140172. OLE color: 1140172.

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

Color convert

RGB 204 101 17 -
CMYK 0 0.50 0.92 0.2
HSL 26.95º 0.85% 0.43% -
HSV(B) 26.95º 0.92% 0.8% -
XYZ 29.66 22.19 3.25 -
YUV 122.22 68.62 186.33 -
System Red Green Blue C M Y K H S L
Decimal 204 101 17 0 0.50 0.92 0.2 26.95 0.85 0.43
Hex CC 65 11 0 32 5C 14 1B 55 2B
Octal 314 145 21 0 62 134 24 33 125 53
Binary 11001100 1100101 10001 0 110010 1011100 10100 11011 1010101 101011

Color Harmonies of #CC6511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6511

Black with #CC6511

Text Example


Text Example

White with #CC6511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6511; }

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

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

background-color css

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

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

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

border-color css

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

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

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