#C768A0

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

Shades of Hopbush #C768A0

Tints of Hopbush #C768A0

Color information

#C768A0 (or 0xC768A0) is unknown color: approx Hopbush. HEX triplet: C7, 68 and A0. RGB value is (199,104,160). Sum of RGB (Red+Green+Blue) = 199+104+160=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C768A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C768A0 is #38975F. Grayscale: #8A8A8A. Windows color (decimal): -3708768 or 10512583. OLE color: 10512583.

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

Color convert

RGB199104160-
CMYK00.480.200.22
HSL324.63º45.89%59.41%-
HSV(B)324.63º47.74%78.04%-
XYZ34.8524.5836.17-
YUV138.79139.97170.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=42.98%
G=22.46%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910416000.480.200.22324.6345.8959.41
HexC768A003014161452e3b
Octal30715024006024265055673
Binary1100011111010001010000001100001010010110101000101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C768A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C768A0; }

 p { color: rgb(199,104,160); }

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

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

 a { background-color: rgb(199,104,160); }

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

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

 span { border-color: rgb(199,104,160); }

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