Html Css Color HEX #C495AA Lily

📋 copy color: '#C495AA'

red 196 ◦ green 149 ◦ blue 170

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

Shades of Lily #C495AA

Tints of Lily #C495AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.01%

R = 38.06%
G = 28.93%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C495AA (or 0xC495AA) is known color: Lily. HEX triplet: C4, 95 and AA. RGB value is (196,149,170). Sum of RGB (Red+Green+Blue) = 196+149+170=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C495AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C495AA is #3B6A55. Grayscale: #A5A5A5. Windows color (decimal): -3893846 or 11179460. OLE color: 11179460.

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

Color convert

RGB 196 149 170 -
CMYK 0 0.24 0.13 0.23
HSL 333.19º 0.28% 0.68% -
HSV(B) 333.19º 0.24% 0.77% -
XYZ 40.77 36.13 42.86 -
YUV 165.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 196 149 170 0 0.24 0.13 0.23 333.19 0.28 0.68
Hex C4 95 AA 0 18 D 17 14D 1C 44
Octal 304 225 252 0 30 15 27 515 34 104
Binary 11000100 10010101 10101010 0 11000 1101 10111 101001101 11100 1000100

Color Harmonies of #C495AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495AA

Black with #C495AA

Text Example


Text Example

White with #C495AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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