#C95D8A

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

Shades of Hopbush #C95D8A

Tints of Hopbush #C95D8A

Color information

#C95D8A (or 0xC95D8A) is unknown color: approx Hopbush. HEX triplet: C9, 5D and 8A. RGB value is (201,93,138). Sum of RGB (Red+Green+Blue) = 201+93+138=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D8A is #36A275. Grayscale: #828282. Windows color (decimal): -3580534 or 9067977. OLE color: 9067977.

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

Color convert

RGB20193138-
CMYK00.540.310.21
HSL335º50%57.65%-
HSV(B)335º53.73%78.82%-
XYZ32.5922.0826.59-
YUV130.42132.28178.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=46.53%
G=21.53%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019313800.540.310.213355057.65
HexC95D8A0361F1514f323a
Octal31113521206637255176272
Binary1100100110111011000101001101101111110101101001111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95D8A; }

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

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

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

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

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

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

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

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