Html Css Color HEX #CC76A0 Hopbush

📋 copy color: '#CC76A0'

red 204 ◦ green 118 ◦ blue 160

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

Shades of Hopbush #CC76A0

Tints of Hopbush #CC76A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 42.32%
G = 24.48%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC76A0 (or 0xCC76A0) is known color: Hopbush. HEX triplet: CC, 76 and A0. RGB value is (204,118,160). Sum of RGB (Red+Green+Blue) = 204+118+160=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC76A0 is #33895F. Grayscale: #949494. Windows color (decimal): -3377504 or 10516172. OLE color: 10516172.

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

Color convert

RGB 204 118 160 -
CMYK 0 0.42 0.22 0.2
HSL 330.7º 0.46% 0.63% -
HSV(B) 330.7º 0.42% 0.8% -
XYZ 37.73 28.33 36.74 -
YUV 148.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 204 118 160 0 0.42 0.22 0.2 330.7 0.46 0.63
Hex CC 76 A0 0 2A 16 14 14B 2E 3F
Octal 314 166 240 0 52 26 24 513 56 77
Binary 11001100 1110110 10100000 0 101010 10110 10100 101001011 101110 111111

Color Harmonies of #CC76A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76A0

Black with #CC76A0

Text Example


Text Example

White with #CC76A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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