Html Css Color HEX #CC6516 Chocolate

📋 copy color: '#CC6516'

red 204 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #CC6516

Tints of Chocolate #CC6516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 62.39%
G = 30.89%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC6516 (or 0xCC6516) is known color: Chocolate. HEX triplet: CC, 65 and 16. RGB value is (204,101,22). Sum of RGB (Red+Green+Blue) = 204+101+22=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6516 is #339AE9. Grayscale: #7B7B7B. Windows color (decimal): -3381994 or 1467852. OLE color: 1467852.

HSL color Cylindrical-coordinate representation of color #CC6516: hue angle of 26.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC6516 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 101 22 -
CMYK 0 0.50 0.89 0.2
HSL 26.04º 0.81% 0.44% -
HSV(B) 26.04º 0.89% 0.8% -
XYZ 29.7 22.2 3.48 -
YUV 122.79 71.12 185.92 -
System Red Green Blue C M Y K H S L
Decimal 204 101 22 0 0.50 0.89 0.2 26.04 0.81 0.44
Hex CC 65 16 0 32 59 14 1A 51 2C
Octal 314 145 26 0 62 131 24 32 121 54
Binary 11001100 1100101 10110 0 110010 1011001 10100 11010 1010001 101100

Color Harmonies of #CC6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6516

Black with #CC6516

Text Example


Text Example

White with #CC6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6516; }

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

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

background-color css

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

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

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

border-color css

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

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

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