Html Css Color HEX #CC6628 Chocolate

📋 copy color: '#CC6628'

red 204 ◦ green 102 ◦ blue 40

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

Shades of Chocolate #CC6628

Tints of Chocolate #CC6628

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

 BLUE value IS 40 (16.02% from 255) = 11.56%

R = 58.96%
G = 29.48%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC6628 (or 0xCC6628) is known color: Chocolate. HEX triplet: CC, 66 and 28. RGB value is (204,102,40). Sum of RGB (Red+Green+Blue) = 204+102+40=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6628 is #3399D7. Grayscale: #7D7D7D. Windows color (decimal): -3381720 or 2647756. OLE color: 2647756.

HSL color Cylindrical-coordinate representation of color #CC6628: hue angle of 22.68º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC6628 is Cyan = 0, Magento = 0.5, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 102 40 -
CMYK 0 0.5 0.80 0.2
HSL 22.68º 0.67% 0.48% -
HSV(B) 22.68º 0.8% 0.8% -
XYZ 30.04 22.49 4.77 -
YUV 125.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 204 102 40 0 0.5 0.80 0.2 22.68 0.67 0.48
Hex CC 66 28 0 32 50 14 17 43 30
Octal 314 146 50 0 62 120 24 27 103 60
Binary 11001100 1100110 101000 0 110010 1010000 10100 10111 1000011 110000

Color Harmonies of #CC6628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6628

Black with #CC6628

Text Example


Text Example

White with #CC6628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6628; }

 p { color: rgb(204,102,40); }

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

background-color css

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

 a { background-color: rgb(204,102,40); }

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

border-color css

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

 span { border-color: rgb(204,102,40); }

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