#C77CB0

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

Shades of Lily #C77CB0

Tints of Lily #C77CB0

Color information

#C77CB0 (or 0xC77CB0) is unknown color: approx Lily. HEX triplet: C7, 7C and B0. RGB value is (199,124,176). Sum of RGB (Red+Green+Blue) = 199+124+176=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77CB0 is #38834F. Grayscale: #989898. Windows color (decimal): -3703632 or 11566279. OLE color: 11566279.

HSL color Cylindrical-coordinate representation of color #C77CB0: hue angle of 318.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CB0 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB199124176-
CMYK00.380.120.22
HSL318.4º40.11%63.33%-
HSV(B)318.4º37.69%78.04%-
XYZ38.629.6944.77-
YUV152.35141.35161.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.88%
GREEN value IS 124 (48.83% from 255) = 24.85%
BLUE value IS 176 (69.14% from 255) = 35.27%
R=39.88%
G=24.85%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912417600.380.120.22318.440.1163.33
HexC77CB0026C1613e283f
Octal30717426004614264765077
Binary110001111111100101100000100110110010110100111110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77CB0; }

 p { color: rgb(199,124,176); }

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

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

 a { background-color: rgb(199,124,176); }

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

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

 span { border-color: rgb(199,124,176); }

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