#C699CB

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

Shades of Lilac #C699CB

Tints of Lilac #C699CB

Color information

#C699CB (or 0xC699CB) is unknown color: approx Lilac. HEX triplet: C6, 99 and CB. RGB value is (198,153,203). Sum of RGB (Red+Green+Blue) = 198+153+203=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #C699CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699CB is #396634. Grayscale: #ACACAC. Windows color (decimal): -3761717 or 13343174. OLE color: 13343174.

HSL color Cylindrical-coordinate representation of color #C699CB: hue angle of 294º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C699CB is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198153203-
CMYK0.020.2500.20
HSL294º32.47%69.8%-
HSV(B)294º24.63%79.61%-
XYZ45.4639.161.65-
YUV172.15145.41146.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=35.74%
G=27.62%
B=36.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981532030.020.2500.2029432.4769.8
HexC699CB2190141262046
Octal30623131323102444640106
Binary11000110100110011100101110110010101001001001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699CB; }

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

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

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

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

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

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

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

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