Html Css Color HEX #CC76A4 Hopbush

📋 copy color: '#CC76A4'

red 204 ◦ green 118 ◦ blue 164

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

Shades of Hopbush #CC76A4

Tints of Hopbush #CC76A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.74%

R = 41.98%
G = 24.28%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC76A4 (or 0xCC76A4) is known color: Hopbush. HEX triplet: CC, 76 and A4. RGB value is (204,118,164). Sum of RGB (Red+Green+Blue) = 204+118+164=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC76A4 is #33895B. Grayscale: #949494. Windows color (decimal): -3377500 or 10778316. OLE color: 10778316.

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

Color convert

RGB 204 118 164 -
CMYK 0 0.42 0.20 0.2
HSL 327.91º 0.46% 0.63% -
HSV(B) 327.91º 0.42% 0.8% -
XYZ 38.08 28.47 38.61 -
YUV 148.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 204 118 164 0 0.42 0.20 0.2 327.91 0.46 0.63
Hex CC 76 A4 0 2A 14 14 148 2E 3F
Octal 314 166 244 0 52 24 24 510 56 77
Binary 11001100 1110110 10100100 0 101010 10100 10100 101001000 101110 111111

Color Harmonies of #CC76A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76A4

Black with #CC76A4

Text Example


Text Example

White with #CC76A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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