Html Css Color HEX #C95E87 Hopbush

📋 copy color: '#C95E87'

red 201 ◦ green 94 ◦ blue 135

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

Shades of Hopbush #C95E87

Tints of Hopbush #C95E87

RGB

 RED value IS 201 (78.91% from 255) = 46.74%

 GREEN value IS 94 (37.11% from 255) = 21.86%

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

R = 46.74%
G = 21.86%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C95E87 (or 0xC95E87) is known color: Hopbush. HEX triplet: C9, 5E and 87. RGB value is (201,94,135). Sum of RGB (Red+Green+Blue) = 201+94+135=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95E87 is #36A178. Grayscale: #828282. Windows color (decimal): -3580281 or 8871625. OLE color: 8871625.

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

Color convert

RGB 201 94 135 -
CMYK 0 0.53 0.33 0.21
HSL 337.01º 0.5% 0.58% -
HSV(B) 337.01º 0.53% 0.79% -
XYZ 32.46 22.17 25.49 -
YUV 130.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 201 94 135 0 0.53 0.33 0.21 337.01 0.5 0.58
Hex C9 5E 87 0 35 21 15 151 32 3A
Octal 311 136 207 0 65 41 25 521 62 72
Binary 11001001 1011110 10000111 0 110101 100001 10101 101010001 110010 111010

Color Harmonies of #C95E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E87

Black with #C95E87

Text Example


Text Example

White with #C95E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E87; }

 p { color: rgb(201,94,135); }

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

background-color css

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

 a { background-color: rgb(201,94,135); }

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

border-color css

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

 span { border-color: rgb(201,94,135); }

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