#C699BC

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

Shades of Lily #C699BC

Tints of Lily #C699BC

Color information

#C699BC (or 0xC699BC) is unknown color: approx Lily. HEX triplet: C6, 99 and BC. RGB value is (198,153,188). Sum of RGB (Red+Green+Blue) = 198+153+188=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C699BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699BC is #396643. Grayscale: #AAAAAA. Windows color (decimal): -3761732 or 12360134. OLE color: 12360134.

HSL color Cylindrical-coordinate representation of color #C699BC: hue angle of 313.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C699BC is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198153188-
CMYK00.230.050.22
HSL313.33º28.3%68.82%-
HSV(B)313.33º22.73%77.65%-
XYZ43.7638.4252.69-
YUV170.44137.91147.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.73%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=36.73%
G=28.39%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815318800.230.050.22313.3328.368.82
HexC699BC0175161391c45
Octal30623127402752647134105
Binary11000110100110011011110001011110110110100111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699BC; }

 p { color: rgb(198,153,188); }

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

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

 a { background-color: rgb(198,153,188); }

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

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

 span { border-color: rgb(198,153,188); }

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