Html Css Color HEX #CC5F99 Hopbush

📋 copy color: '#CC5F99'

red 204 ◦ green 95 ◦ blue 153

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

Shades of Hopbush #CC5F99

Tints of Hopbush #CC5F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 153 (60.16% from 255) = 33.85%

R = 45.13%
G = 21.02%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC5F99 (or 0xCC5F99) is known color: Hopbush. HEX triplet: CC, 5F and 99. RGB value is (204,95,153). Sum of RGB (Red+Green+Blue) = 204+95+153=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5F99 is #33A066. Grayscale: #868686. Windows color (decimal): -3383399 or 10051532. OLE color: 10051532.

HSL color Cylindrical-coordinate representation of color #CC5F99: hue angle of 328.07º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5F99 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 95 153 -
CMYK 0 0.53 0.25 0.2
HSL 328.07º 0.52% 0.59% -
HSV(B) 328.07º 0.53% 0.8% -
XYZ 34.74 23.32 32.81 -
YUV 134.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 204 95 153 0 0.53 0.25 0.2 328.07 0.52 0.59
Hex CC 5F 99 0 35 19 14 148 34 3B
Octal 314 137 231 0 65 31 24 510 64 73
Binary 11001100 1011111 10011001 0 110101 11001 10100 101001000 110100 111011

Color Harmonies of #CC5F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F99

Black with #CC5F99

Text Example


Text Example

White with #CC5F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F99; }

 p { color: rgb(204,95,153); }

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

background-color css

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

 a { background-color: rgb(204,95,153); }

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

border-color css

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

 span { border-color: rgb(204,95,153); }

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