#C760A8

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

Shades of Hopbush #C760A8

Tints of Hopbush #C760A8

Color information

#C760A8 (or 0xC760A8) is unknown color: approx Hopbush. HEX triplet: C7, 60 and A8. RGB value is (199,96,168). Sum of RGB (Red+Green+Blue) = 199+96+168=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C760A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C760A8 is #389F57. Grayscale: #868686. Windows color (decimal): -3710808 or 11034823. OLE color: 11034823.

HSL color Cylindrical-coordinate representation of color #C760A8: hue angle of 318.06º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C760A8 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB19996168-
CMYK00.520.160.22
HSL318.06º47.91%57.84%-
HSV(B)318.06º51.76%78.04%-
XYZ34.823.3439.72-
YUV135146.62173.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=42.98%
G=20.73%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999616800.520.160.22318.0647.9157.84
HexC760A8034101613e303a
Octal30714025006420264766072
Binary1100011111000001010100001101001000010110100111110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C760A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C760A8; }

 p { color: rgb(199,96,168); }

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

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

 a { background-color: rgb(199,96,168); }

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

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

 span { border-color: rgb(199,96,168); }

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