Html Css Color HEX #CC76B3 Hopbush

📋 copy color: '#CC76B3'

red 204 ◦ green 118 ◦ blue 179

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

Shades of Hopbush #CC76B3

Tints of Hopbush #CC76B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.73%

R = 40.72%
G = 23.55%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC76B3 (or 0xCC76B3) is known color: Hopbush. HEX triplet: CC, 76 and B3. RGB value is (204,118,179). Sum of RGB (Red+Green+Blue) = 204+118+179=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76B3 is #33894C. Grayscale: #969696. Windows color (decimal): -3377485 or 11761356. OLE color: 11761356.

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

Color convert

RGB 204 118 179 -
CMYK 0 0.42 0.12 0.2
HSL 317.44º 0.46% 0.63% -
HSV(B) 317.44º 0.42% 0.8% -
XYZ 39.52 29.05 46.17 -
YUV 150.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 204 118 179 0 0.42 0.12 0.2 317.44 0.46 0.63
Hex CC 76 B3 0 2A C 14 13D 2E 3F
Octal 314 166 263 0 52 14 24 475 56 77
Binary 11001100 1110110 10110011 0 101010 1100 10100 100111101 101110 111111

Color Harmonies of #CC76B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76B3

Black with #CC76B3

Text Example


Text Example

White with #CC76B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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