#C95D9B

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

Shades of Hopbush #C95D9B

Tints of Hopbush #C95D9B

Color information

#C95D9B (or 0xC95D9B) is unknown color: approx Hopbush. HEX triplet: C9, 5D and 9B. RGB value is (201,93,155). Sum of RGB (Red+Green+Blue) = 201+93+155=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D9B is #36A264. Grayscale: #848484. Windows color (decimal): -3580517 or 10182089. OLE color: 10182089.

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

Color convert

RGB20193155-
CMYK00.540.230.21
HSL325.56º50%57.65%-
HSV(B)325.56º53.73%78.82%-
XYZ33.9222.6133.59-
YUV132.36140.78176.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=44.77%
G=20.71%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019315500.540.230.21325.565057.65
HexC95D9B0361715146323a
Octal31113523306627255066272
Binary1100100110111011001101101101101011110101101000110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95D9B; }

 p { color: rgb(201,93,155); }

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

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

 a { background-color: rgb(201,93,155); }

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

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

 span { border-color: rgb(201,93,155); }

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