#C95D9A

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

Shades of Hopbush #C95D9A

Tints of Hopbush #C95D9A

Color information

#C95D9A (or 0xC95D9A) is unknown color: approx Hopbush. HEX triplet: C9, 5D and 9A. RGB value is (201,93,154). Sum of RGB (Red+Green+Blue) = 201+93+154=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D9A is #36A265. Grayscale: #848484. Windows color (decimal): -3580518 or 10116553. OLE color: 10116553.

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

Color convert

RGB20193154-
CMYK00.540.230.21
HSL326.11º50%57.65%-
HSV(B)326.11º53.73%78.82%-
XYZ33.8322.5833.15-
YUV132.25140.28177.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=44.87%
G=20.76%
B=34.38%

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
Decimal2019315400.540.230.21326.115057.65
HexC95D9A0361715146323a
Octal31113523206627255066272
Binary1100100110111011001101001101101011110101101000110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95D9A; }

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

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

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

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

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

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

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

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