Html Css Color HEX #C3A0AC Lily

📋 copy color: '#C3A0AC'

red 195 ◦ green 160 ◦ blue 172

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

Shades of Lily #C3A0AC

Tints of Lily #C3A0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 37%
G = 30.36%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C3A0AC (or 0xC3A0AC) is known color: Lily. HEX triplet: C3, A0 and AC. RGB value is (195,160,172). Sum of RGB (Red+Green+Blue) = 195+160+172=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A0AC is #3C5F53. Grayscale: #ABABAB. Windows color (decimal): -3956564 or 11313347. OLE color: 11313347.

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

Color convert

RGB 195 160 172 -
CMYK 0 0.18 0.12 0.24
HSL 339.43º 0.23% 0.7% -
HSV(B) 339.43º 0.18% 0.76% -
XYZ 42.52 39.72 44.46 -
YUV 171.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 195 160 172 0 0.18 0.12 0.24 339.43 0.23 0.7
Hex C3 A0 AC 0 12 C 18 153 17 46
Octal 303 240 254 0 22 14 30 523 27 106
Binary 11000011 10100000 10101100 0 10010 1100 11000 101010011 10111 1000110

Color Harmonies of #C3A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A0AC

Black with #C3A0AC

Text Example


Text Example

White with #C3A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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