#C95FA8

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

Shades of Hopbush #C95FA8

Tints of Hopbush #C95FA8

Color information

#C95FA8 (or 0xC95FA8) is unknown color: approx Hopbush. HEX triplet: C9, 5F and A8. RGB value is (201,95,168). Sum of RGB (Red+Green+Blue) = 201+95+168=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C95FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95FA8 is #36A057. Grayscale: #868686. Windows color (decimal): -3579992 or 11034569. OLE color: 11034569.

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

Color convert

RGB20195168-
CMYK00.530.160.21
HSL318.68º49.53%58.04%-
HSV(B)318.68º52.74%78.82%-
XYZ35.2523.4339.71-
YUV135.02146.62175.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 95 (37.5% from 255) = 20.47%
BLUE value IS 168 (66.02% from 255) = 36.21%
R=43.32%
G=20.47%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019516800.530.160.21318.6849.5358.04
HexC95FA8035101513f323a
Octal31113725006520254776272
Binary1100100110111111010100001101011000010101100111111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95FA8; }

 p { color: rgb(201,95,168); }

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

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

 a { background-color: rgb(201,95,168); }

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

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

 span { border-color: rgb(201,95,168); }

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