#C95C87

Color #C95C87 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C95C87

Tints of Hopbush #C95C87

Color information

#C95C87 (or 0xC95C87) is unknown color: approx Hopbush. HEX triplet: C9, 5C and 87. RGB value is (201,92,135). Sum of RGB (Red+Green+Blue) = 201+92+135=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C87 is #36A378. Grayscale: #818181. Windows color (decimal): -3580793 or 8871113. OLE color: 8871113.

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

Color convert

RGB20192135-
CMYK00.540.330.21
HSL336.33º50.23%57.45%-
HSV(B)336.33º54.23%78.82%-
XYZ32.2921.8225.43-
YUV129.49131.11179-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.96%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=46.96%
G=21.50%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019213500.540.330.21336.3350.2357.45
HexC95C8703621151503239
Octal31113420706641255206271
Binary11001001101110010000111011011010000110101101010000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C87; }

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

 H1.HeaderClassName
 {
   color: #C95C87;
 }
 .AnyTagClassName
 {
   color: #C95C87;
 }
</style>
background-color css

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

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

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

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

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

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