#C696B3

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

Shades of Lily #C696B3

Tints of Lily #C696B3

Color information

#C696B3 (or 0xC696B3) is unknown color: approx Lily. HEX triplet: C6, 96 and B3. RGB value is (198,150,179). Sum of RGB (Red+Green+Blue) = 198+150+179=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C696B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696B3 is #39694C. Grayscale: #A7A7A7. Windows color (decimal): -3762509 or 11769542. OLE color: 11769542.

HSL color Cylindrical-coordinate representation of color #C696B3: hue angle of 323.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C696B3 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB198150179-
CMYK00.240.100.22
HSL323.75º29.63%68.24%-
HSV(B)323.75º24.24%77.65%-
XYZ42.3337.0747.57-
YUV167.66134.4149.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=37.57%
G=28.46%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815017900.240.100.22323.7529.6368.24
HexC696B3018A161441e44
Octal306226263030122650436104
Binary110001101001011010110011011000101010110101000100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696B3; }

 p { color: rgb(198,150,179); }

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

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

 a { background-color: rgb(198,150,179); }

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

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

 span { border-color: rgb(198,150,179); }

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