Html Css Color HEX #C3A0AD Lily

📋 copy color: '#C3A0AD'

red 195 ◦ green 160 ◦ blue 173

#C3A0AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C3A0AD

Tints of Lily #C3A0AD

RGB

 RED value IS 195 (76.56% from 255) = 36.93%

 GREEN value IS 160 (62.89% from 255) = 30.3%

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 36.93%
G = 30.3%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C3A0AD (or 0xC3A0AD) is known color: Lily. HEX triplet: C3, A0 and AD. RGB value is (195,160,173). Sum of RGB (Red+Green+Blue) = 195+160+173=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A0AD is #3C5F52. Grayscale: #ABABAB. Windows color (decimal): -3956563 or 11378883. OLE color: 11378883.

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

Color convert

RGB 195 160 173 -
CMYK 0 0.18 0.11 0.24
HSL 337.71º 0.23% 0.7% -
HSV(B) 337.71º 0.18% 0.76% -
XYZ 42.62 39.76 44.96 -
YUV 171.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 195 160 173 0 0.18 0.11 0.24 337.71 0.23 0.7
Hex C3 A0 AD 0 12 B 18 152 17 46
Octal 303 240 255 0 22 13 30 522 27 106
Binary 11000011 10100000 10101101 0 10010 1011 11000 101010010 10111 1000110

Color Harmonies of #C3A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A0AD

Black with #C3A0AD

Text Example


Text Example

White with #C3A0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A0AD; }

 p { color: rgb(195,160,173); }

 H1.HeaderClassName
 {
   color: #C3A0AD;
 }
 .AnyTagClassName
 {
   color: #C3A0AD;
 }
</style>

background-color css

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

 a { background-color: rgb(195,160,173); }

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

border-color css

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

 span { border-color: rgb(195,160,173); }

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