#C95EA0

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

Shades of Hopbush #C95EA0

Tints of Hopbush #C95EA0

Color information

#C95EA0 (or 0xC95EA0) is unknown color: approx Hopbush. HEX triplet: C9, 5E and A0. RGB value is (201,94,160). Sum of RGB (Red+Green+Blue) = 201+94+160=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95EA0 is #36A15F. Grayscale: #858585. Windows color (decimal): -3580256 or 10510025. OLE color: 10510025.

HSL color Cylindrical-coordinate representation of color #C95EA0: hue angle of 322.99º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95EA0 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB20194160-
CMYK00.530.200.21
HSL322.99º49.77%57.84%-
HSV(B)322.99º53.23%78.82%-
XYZ34.4422.9635.87-
YUV133.52142.95176.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=44.18%
G=20.66%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019416000.530.200.21322.9949.7757.84
HexC95EA00351415143323a
Octal31113624006524255036272
Binary1100100110111101010000001101011010010101101000011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95EA0; }

 p { color: rgb(201,94,160); }

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

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

 a { background-color: rgb(201,94,160); }

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

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

 span { border-color: rgb(201,94,160); }

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