#C95D8B

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

Shades of Hopbush #C95D8B

Tints of Hopbush #C95D8B

Color information

#C95D8B (or 0xC95D8B) is unknown color: approx Hopbush. HEX triplet: C9, 5D and 8B. RGB value is (201,93,139). Sum of RGB (Red+Green+Blue) = 201+93+139=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D8B is #36A274. Grayscale: #828282. Windows color (decimal): -3580533 or 9133513. OLE color: 9133513.

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

Color convert

RGB20193139-
CMYK00.540.310.21
HSL334.44º50%57.65%-
HSV(B)334.44º53.73%78.82%-
XYZ32.6622.1126.97-
YUV130.54132.78178.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=46.42%
G=21.48%
B=32.10%

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
Decimal2019313900.540.310.21334.445057.65
HexC95D8B0361F1514e323a
Octal31113521306637255166272
Binary1100100110111011000101101101101111110101101001110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95D8B; }

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

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

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

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

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

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

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

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