#C195AA

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

Shades of Lily #C195AA

Tints of Lily #C195AA

Color information

#C195AA (or 0xC195AA) is unknown color: approx Lily. HEX triplet: C1, 95 and AA. RGB value is (193,149,170). Sum of RGB (Red+Green+Blue) = 193+149+170=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C195AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C195AA is #3E6A55. Grayscale: #A4A4A4. Windows color (decimal): -4090454 or 11179457. OLE color: 11179457.

HSL color Cylindrical-coordinate representation of color #C195AA: hue angle of 331.36º 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 #C195AA is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193149170-
CMYK00.230.120.24
HSL331.36º26.19%67.06%-
HSV(B)331.36º22.8%75.69%-
XYZ4035.7342.82-
YUV164.55131.08148.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.70%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=37.70%
G=29.10%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314917000.230.120.24331.3626.1967.06
HexC195AA017C1814b1a43
Octal301225252027143051332103
Binary110000011001010110101010010111110011000101001011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195AA; }

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

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

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

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

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

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

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

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