Html Css Color HEX #CC75AB Hopbush

📋 copy color: '#CC75AB'

red 204 ◦ green 117 ◦ blue 171

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

Shades of Hopbush #CC75AB

Tints of Hopbush #CC75AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.78%

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

R = 41.46%
G = 23.78%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC75AB (or 0xCC75AB) is known color: Hopbush. HEX triplet: CC, 75 and AB. RGB value is (204,117,171). Sum of RGB (Red+Green+Blue) = 204+117+171=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC75AB is #338A54. Grayscale: #959595. Windows color (decimal): -3377749 or 11236812. OLE color: 11236812.

HSL color Cylindrical-coordinate representation of color #CC75AB: hue angle of 322.76º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC75AB is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 171 -
CMYK 0 0.43 0.16 0.2
HSL 322.76º 0.46% 0.63% -
HSV(B) 322.76º 0.43% 0.8% -
XYZ 38.61 28.5 41.99 -
YUV 149.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 204 117 171 0 0.43 0.16 0.2 322.76 0.46 0.63
Hex CC 75 AB 0 2B 10 14 143 2E 3F
Octal 314 165 253 0 53 20 24 503 56 77
Binary 11001100 1110101 10101011 0 101011 10000 10100 101000011 101110 111111

Color Harmonies of #CC75AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75AB

Black with #CC75AB

Text Example


Text Example

White with #CC75AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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