Html Css Color HEX #C55F87 Hopbush

📋 copy color: '#C55F87'

red 197 ◦ green 95 ◦ blue 135

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

Shades of Hopbush #C55F87

Tints of Hopbush #C55F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.62%

R = 46.14%
G = 22.25%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C55F87 (or 0xC55F87) is known color: Hopbush. HEX triplet: C5, 5F and 87. RGB value is (197,95,135). Sum of RGB (Red+Green+Blue) = 197+95+135=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F87 is #3AA078. Grayscale: #828282. Windows color (decimal): -3842169 or 8871877. OLE color: 8871877.

HSL color Cylindrical-coordinate representation of color #C55F87: hue angle of 336.47º 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 #C55F87 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 135 -
CMYK 0 0.52 0.31 0.23
HSL 336.47º 0.47% 0.57% -
HSV(B) 336.47º 0.52% 0.77% -
XYZ 31.49 21.8 25.47 -
YUV 130.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 197 95 135 0 0.52 0.31 0.23 336.47 0.47 0.57
Hex C5 5F 87 0 34 1F 17 150 2F 39
Octal 305 137 207 0 64 37 27 520 57 71
Binary 11000101 1011111 10000111 0 110100 11111 10111 101010000 101111 111001

Color Harmonies of #C55F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F87

Black with #C55F87

Text Example


Text Example

White with #C55F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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