#C695B5

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

Shades of Lily #C695B5

Tints of Lily #C695B5

Color information

#C695B5 (or 0xC695B5) is unknown color: approx Lily. HEX triplet: C6, 95 and B5. RGB value is (198,149,181). Sum of RGB (Red+Green+Blue) = 198+149+181=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C695B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695B5 is #396A4A. Grayscale: #A7A7A7. Windows color (decimal): -3762763 or 11900358. OLE color: 11900358.

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

Color convert

RGB198149181-
CMYK00.250.090.22
HSL320.82º30.06%68.04%-
HSV(B)320.82º24.75%77.65%-
XYZ42.3836.8448.59-
YUV167.3135.73149.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.5%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=37.5%
G=28.22%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814918100.250.090.22320.8230.0668.04
HexC695B50199161411e44
Octal306225265031112650136104
Binary110001101001010110110101011001100110110101000001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695B5; }

 p { color: rgb(198,149,181); }

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

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

 a { background-color: rgb(198,149,181); }

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

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

 span { border-color: rgb(198,149,181); }

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