#C95D84

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

Shades of Hopbush #C95D84

Tints of Hopbush #C95D84

Color information

#C95D84 (or 0xC95D84) is unknown color: approx Hopbush. HEX triplet: C9, 5D and 84. RGB value is (201,93,132). Sum of RGB (Red+Green+Blue) = 201+93+132=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D84 is #36A27B. Grayscale: #818181. Windows color (decimal): -3580540 or 8674761. OLE color: 8674761.

HSL color Cylindrical-coordinate representation of color #C95D84: hue angle of 338.33º 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 #C95D84 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20193132-
CMYK00.540.340.21
HSL338.33º50%57.65%-
HSV(B)338.33º53.73%78.82%-
XYZ32.1721.9124.36-
YUV129.74129.28178.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=47.18%
G=21.83%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019313200.540.340.21338.335057.65
HexC95D840362215152323a
Octal31113520406642255226272
Binary11001001101110110000100011011010001010101101010010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95D84; }

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

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

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

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

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

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

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

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