Html Css Color HEX #CC76AD Hopbush

📋 copy color: '#CC76AD'

red 204 ◦ green 118 ◦ blue 173

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

Shades of Hopbush #CC76AD

Tints of Hopbush #CC76AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.95%

R = 41.21%
G = 23.84%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC76AD (or 0xCC76AD) is known color: Hopbush. HEX triplet: CC, 76 and AD. RGB value is (204,118,173). Sum of RGB (Red+Green+Blue) = 204+118+173=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC76AD is #338952. Grayscale: #959595. Windows color (decimal): -3377491 or 11368140. OLE color: 11368140.

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

Color convert

RGB 204 118 173 -
CMYK 0 0.42 0.15 0.2
HSL 321.63º 0.46% 0.63% -
HSV(B) 321.63º 0.42% 0.8% -
XYZ 38.92 28.81 43.04 -
YUV 149.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 204 118 173 0 0.42 0.15 0.2 321.63 0.46 0.63
Hex CC 76 AD 0 2A F 14 142 2E 3F
Octal 314 166 255 0 52 17 24 502 56 77
Binary 11001100 1110110 10101101 0 101010 1111 10100 101000010 101110 111111

Color Harmonies of #CC76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76AD

Black with #CC76AD

Text Example


Text Example

White with #CC76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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