Html Css Color HEX #CC5B89 Hopbush

📋 copy color: '#CC5B89'

red 204 ◦ green 91 ◦ blue 137

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

Shades of Hopbush #CC5B89

Tints of Hopbush #CC5B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.06%

 BLUE value IS 137 (53.91% from 255) = 31.71%

R = 47.22%
G = 21.06%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC5B89 (or 0xCC5B89) is known color: Hopbush. HEX triplet: CC, 5B and 89. RGB value is (204,91,137). Sum of RGB (Red+Green+Blue) = 204+91+137=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5B89 is #33A476. Grayscale: #818181. Windows color (decimal): -3384439 or 9001932. OLE color: 9001932.

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

Color convert

RGB 204 91 137 -
CMYK 0 0.55 0.33 0.2
HSL 335.58º 0.53% 0.58% -
HSV(B) 335.58º 0.55% 0.8% -
XYZ 33.16 22.13 26.19 -
YUV 130.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 204 91 137 0 0.55 0.33 0.2 335.58 0.53 0.58
Hex CC 5B 89 0 37 21 14 150 35 3A
Octal 314 133 211 0 67 41 24 520 65 72
Binary 11001100 1011011 10001001 0 110111 100001 10100 101010000 110101 111010

Color Harmonies of #CC5B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B89

Black with #CC5B89

Text Example


Text Example

White with #CC5B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B89; }

 p { color: rgb(204,91,137); }

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

background-color css

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

 a { background-color: rgb(204,91,137); }

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

border-color css

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

 span { border-color: rgb(204,91,137); }

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