#C95D86

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

Shades of Hopbush #C95D86

Tints of Hopbush #C95D86

Color information

#C95D86 (or 0xC95D86) is unknown color: approx Hopbush. HEX triplet: C9, 5D and 86. RGB value is (201,93,134). Sum of RGB (Red+Green+Blue) = 201+93+134=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D86 is #36A279. Grayscale: #818181. Windows color (decimal): -3580538 or 8805833. OLE color: 8805833.

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

Color convert

RGB20193134-
CMYK00.540.330.21
HSL337.22º50%57.65%-
HSV(B)337.22º53.73%78.82%-
XYZ32.321.9725.09-
YUV129.97130.28178.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.96%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=46.96%
G=21.73%
B=31.31%

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
Decimal2019313400.540.330.21337.225057.65
HexC95D860362115151323a
Octal31113520606641255216272
Binary11001001101110110000110011011010000110101101010001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95D86; }

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

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

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

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

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

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

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

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