Html Css Color HEX #C55F89 Hopbush

📋 copy color: '#C55F89'

red 197 ◦ green 95 ◦ blue 137

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

Shades of Hopbush #C55F89

Tints of Hopbush #C55F89

RGB

 RED value IS 197 (77.34% from 255) = 45.92%

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

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

R = 45.92%
G = 22.14%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C55F89 (or 0xC55F89) is known color: Hopbush. HEX triplet: C5, 5F and 89. RGB value is (197,95,137). Sum of RGB (Red+Green+Blue) = 197+95+137=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F89 is #3AA076. Grayscale: #828282. Windows color (decimal): -3842167 or 9002949. OLE color: 9002949.

HSL color Cylindrical-coordinate representation of color #C55F89: hue angle of 335.29º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55F89 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 137 -
CMYK 0 0.52 0.30 0.23
HSL 335.29º 0.47% 0.57% -
HSV(B) 335.29º 0.52% 0.77% -
XYZ 31.63 21.86 26.22 -
YUV 130.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 197 95 137 0 0.52 0.30 0.23 335.29 0.47 0.57
Hex C5 5F 89 0 34 1E 17 14F 2F 39
Octal 305 137 211 0 64 36 27 517 57 71
Binary 11000101 1011111 10001001 0 110100 11110 10111 101001111 101111 111001

Color Harmonies of #C55F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F89

Black with #C55F89

Text Example


Text Example

White with #C55F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F89; }

 p { color: rgb(197,95,137); }

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

background-color css

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

 a { background-color: rgb(197,95,137); }

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

border-color css

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

 span { border-color: rgb(197,95,137); }

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