#C195AF

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

Shades of Lily #C195AF

Tints of Lily #C195AF

Color information

#C195AF (or 0xC195AF) is unknown color: approx Lily. HEX triplet: C1, 95 and AF. RGB value is (193,149,175). Sum of RGB (Red+Green+Blue) = 193+149+175=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C195AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C195AF is #3E6A50. Grayscale: #A5A5A5. Windows color (decimal): -4090449 or 11507137. OLE color: 11507137.

HSL color Cylindrical-coordinate representation of color #C195AF: hue angle of 324.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C195AF is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB193149175-
CMYK00.230.090.24
HSL324.55º26.19%67.06%-
HSV(B)324.55º22.8%75.69%-
XYZ40.4835.9345.36-
YUV165.12133.58147.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=37.33%
G=28.82%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314917500.230.090.24324.5526.1967.06
HexC195AF0179181451a43
Octal301225257027113050532103
Binary110000011001010110101111010111100111000101000101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195AF; }

 p { color: rgb(193,149,175); }

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

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

 a { background-color: rgb(193,149,175); }

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

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

 span { border-color: rgb(193,149,175); }

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