Html Css Color HEX #CC77AB Hopbush

📋 copy color: '#CC77AB'

red 204 ◦ green 119 ◦ blue 171

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

Shades of Hopbush #CC77AB

Tints of Hopbush #CC77AB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.09%

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 41.3%
G = 24.09%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC77AB (or 0xCC77AB) is known color: Hopbush. HEX triplet: CC, 77 and AB. RGB value is (204,119,171). Sum of RGB (Red+Green+Blue) = 204+119+171=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC77AB is #338854. Grayscale: #969696. Windows color (decimal): -3377237 or 11237324. OLE color: 11237324.

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

Color convert

RGB 204 119 171 -
CMYK 0 0.42 0.16 0.2
HSL 323.29º 0.45% 0.63% -
HSV(B) 323.29º 0.42% 0.8% -
XYZ 38.85 28.97 42.07 -
YUV 150.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 204 119 171 0 0.42 0.16 0.2 323.29 0.45 0.63
Hex CC 77 AB 0 2A 10 14 143 2D 3F
Octal 314 167 253 0 52 20 24 503 55 77
Binary 11001100 1110111 10101011 0 101010 10000 10100 101000011 101101 111111

Color Harmonies of #CC77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77AB

Black with #CC77AB

Text Example


Text Example

White with #CC77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77AB; }

 p { color: rgb(204,119,171); }

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

background-color css

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

 a { background-color: rgb(204,119,171); }

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

border-color css

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

 span { border-color: rgb(204,119,171); }

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