#C95FA7

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

Shades of Hopbush #C95FA7

Tints of Hopbush #C95FA7

Color information

#C95FA7 (or 0xC95FA7) is unknown color: approx Hopbush. HEX triplet: C9, 5F and A7. RGB value is (201,95,167). Sum of RGB (Red+Green+Blue) = 201+95+167=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C95FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95FA7 is #36A058. Grayscale: #868686. Windows color (decimal): -3579993 or 10969033. OLE color: 10969033.

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

Color convert

RGB20195167-
CMYK00.530.170.21
HSL319.25º49.53%58.04%-
HSV(B)319.25º52.74%78.82%-
XYZ35.1523.3939.22-
YUV134.9146.12175.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 95 (37.5% from 255) = 20.52%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=43.41%
G=20.52%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019516700.530.170.21319.2549.5358.04
HexC95FA7035111513f323a
Octal31113724706521254776272
Binary1100100110111111010011101101011000110101100111111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95FA7; }

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

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

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

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

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

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

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

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