#C694BB

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

Shades of Lily #C694BB

Tints of Lily #C694BB

Color information

#C694BB (or 0xC694BB) is unknown color: approx Lily. HEX triplet: C6, 94 and BB. RGB value is (198,148,187). Sum of RGB (Red+Green+Blue) = 198+148+187=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C694BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694BB is #396B44. Grayscale: #A7A7A7. Windows color (decimal): -3763013 or 12293318. OLE color: 12293318.

HSL color Cylindrical-coordinate representation of color #C694BB: hue angle of 313.2º 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 #C694BB is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198148187-
CMYK00.250.060.22
HSL313.2º30.49%67.84%-
HSV(B)313.2º25.25%77.65%-
XYZ42.8536.7751.85-
YUV167.4139.06149.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=37.15%
G=27.77%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814818700.250.060.22313.230.4967.84
HexC694BB0196161391e44
Octal30622427303162647136104
Binary11000110100101001011101101100111010110100111001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694BB; }

 p { color: rgb(198,148,187); }

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

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

 a { background-color: rgb(198,148,187); }

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

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

 span { border-color: rgb(198,148,187); }

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