Html Css Color HEX #C495AC Lily

📋 copy color: '#C495AC'

red 196 ◦ green 149 ◦ blue 172

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

Shades of Lily #C495AC

Tints of Lily #C495AC

RGB

 RED value IS 196 (76.95% from 255) = 37.91%

 GREEN value IS 149 (58.59% from 255) = 28.82%

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

R = 37.91%
G = 28.82%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C495AC (or 0xC495AC) is known color: Lily. HEX triplet: C4, 95 and AC. RGB value is (196,149,172). Sum of RGB (Red+Green+Blue) = 196+149+172=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C495AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C495AC is #3B6A53. Grayscale: #A5A5A5. Windows color (decimal): -3893844 or 11310532. OLE color: 11310532.

HSL color Cylindrical-coordinate representation of color #C495AC: hue angle of 330.64º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C495AC is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 172 -
CMYK 0 0.24 0.12 0.23
HSL 330.64º 0.28% 0.68% -
HSV(B) 330.64º 0.24% 0.77% -
XYZ 40.96 36.21 43.86 -
YUV 165.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 196 149 172 0 0.24 0.12 0.23 330.64 0.28 0.68
Hex C4 95 AC 0 18 C 17 14B 1C 44
Octal 304 225 254 0 30 14 27 513 34 104
Binary 11000100 10010101 10101100 0 11000 1100 10111 101001011 11100 1000100

Color Harmonies of #C495AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495AC

Black with #C495AC

Text Example


Text Example

White with #C495AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495AC; }

 p { color: rgb(196,149,172); }

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

background-color css

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

 a { background-color: rgb(196,149,172); }

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

border-color css

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

 span { border-color: rgb(196,149,172); }

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