Html Css Color HEX #CC76A3 Hopbush

📋 copy color: '#CC76A3'

red 204 ◦ green 118 ◦ blue 163

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

Shades of Hopbush #CC76A3

Tints of Hopbush #CC76A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.61%

R = 42.06%
G = 24.33%
B = 33.61%

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

#CC76A3 (or 0xCC76A3) is known color: Hopbush. HEX triplet: CC, 76 and A3. RGB value is (204,118,163). Sum of RGB (Red+Green+Blue) = 204+118+163=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC76A3 is #33895C. Grayscale: #949494. Windows color (decimal): -3377501 or 10712780. OLE color: 10712780.

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

Color convert

RGB 204 118 163 -
CMYK 0 0.42 0.20 0.2
HSL 328.6º 0.46% 0.63% -
HSV(B) 328.6º 0.42% 0.8% -
XYZ 37.99 28.44 38.14 -
YUV 148.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 204 118 163 0 0.42 0.20 0.2 328.6 0.46 0.63
Hex CC 76 A3 0 2A 14 14 149 2E 3F
Octal 314 166 243 0 52 24 24 511 56 77
Binary 11001100 1110110 10100011 0 101010 10100 10100 101001001 101110 111111

Color Harmonies of #CC76A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76A3

Black with #CC76A3

Text Example


Text Example

White with #CC76A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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