Html Css Color HEX #CC76AA Hopbush

📋 copy color: '#CC76AA'

red 204 ◦ green 118 ◦ blue 170

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

Shades of Hopbush #CC76AA

Tints of Hopbush #CC76AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.98%

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 41.46%
G = 23.98%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC76AA (or 0xCC76AA) is known color: Hopbush. HEX triplet: CC, 76 and AA. RGB value is (204,118,170). Sum of RGB (Red+Green+Blue) = 204+118+170=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC76AA is #338955. Grayscale: #959595. Windows color (decimal): -3377494 or 11171532. OLE color: 11171532.

HSL color Cylindrical-coordinate representation of color #CC76AA: hue angle of 323.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC76AA is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 118 170 -
CMYK 0 0.42 0.17 0.2
HSL 323.72º 0.46% 0.63% -
HSV(B) 323.72º 0.42% 0.8% -
XYZ 38.64 28.7 41.53 -
YUV 149.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 204 118 170 0 0.42 0.17 0.2 323.72 0.46 0.63
Hex CC 76 AA 0 2A 11 14 144 2E 3F
Octal 314 166 252 0 52 21 24 504 56 77
Binary 11001100 1110110 10101010 0 101010 10001 10100 101000100 101110 111111

Color Harmonies of #CC76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76AA

Black with #CC76AA

Text Example


Text Example

White with #CC76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76AA; }

 p { color: rgb(204,118,170); }

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

background-color css

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

 a { background-color: rgb(204,118,170); }

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

border-color css

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

 span { border-color: rgb(204,118,170); }

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