Html Css Color HEX #CC76A5 Hopbush

📋 copy color: '#CC76A5'

red 204 ◦ green 118 ◦ blue 165

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

Shades of Hopbush #CC76A5

Tints of Hopbush #CC76A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.88%

R = 41.89%
G = 24.23%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC76A5 (or 0xCC76A5) is known color: Hopbush. HEX triplet: CC, 76 and A5. RGB value is (204,118,165). Sum of RGB (Red+Green+Blue) = 204+118+165=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC76A5 is #33895A. Grayscale: #949494. Windows color (decimal): -3377499 or 10843852. OLE color: 10843852.

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

Color convert

RGB 204 118 165 -
CMYK 0 0.42 0.19 0.2
HSL 327.21º 0.46% 0.63% -
HSV(B) 327.21º 0.42% 0.8% -
XYZ 38.17 28.51 39.09 -
YUV 149.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 204 118 165 0 0.42 0.19 0.2 327.21 0.46 0.63
Hex CC 76 A5 0 2A 13 14 147 2E 3F
Octal 314 166 245 0 52 23 24 507 56 77
Binary 11001100 1110110 10100101 0 101010 10011 10100 101000111 101110 111111

Color Harmonies of #CC76A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76A5

Black with #CC76A5

Text Example


Text Example

White with #CC76A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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