Html Css Color HEX #CC76AB Hopbush

📋 copy color: '#CC76AB'

red 204 ◦ green 118 ◦ blue 171

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

Shades of Hopbush #CC76AB

Tints of Hopbush #CC76AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 41.38%
G = 23.94%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC76AB (or 0xCC76AB) is known color: Hopbush. HEX triplet: CC, 76 and AB. RGB value is (204,118,171). Sum of RGB (Red+Green+Blue) = 204+118+171=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC76AB is #338954. Grayscale: #959595. Windows color (decimal): -3377493 or 11237068. OLE color: 11237068.

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

Color convert

RGB 204 118 171 -
CMYK 0 0.42 0.16 0.2
HSL 323.02º 0.46% 0.63% -
HSV(B) 323.02º 0.42% 0.8% -
XYZ 38.73 28.73 42.03 -
YUV 149.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 204 118 171 0 0.42 0.16 0.2 323.02 0.46 0.63
Hex CC 76 AB 0 2A 10 14 143 2E 3F
Octal 314 166 253 0 52 20 24 503 56 77
Binary 11001100 1110110 10101011 0 101010 10000 10100 101000011 101110 111111

Color Harmonies of #CC76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76AB

Black with #CC76AB

Text Example


Text Example

White with #CC76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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