Html Css Color HEX #C195AD Lily

📋 copy color: '#C195AD'

red 193 ◦ green 149 ◦ blue 173

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

Shades of Lily #C195AD

Tints of Lily #C195AD

RGB

 RED value IS 193 (75.78% from 255) = 37.48%

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

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

R = 37.48%
G = 28.93%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C195AD (or 0xC195AD) is known color: Lily. HEX triplet: C1, 95 and AD. RGB value is (193,149,173). Sum of RGB (Red+Green+Blue) = 193+149+173=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C195AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C195AD is #3E6A52. Grayscale: #A4A4A4. Windows color (decimal): -4090451 or 11376065. OLE color: 11376065.

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

Color convert

RGB 193 149 173 -
CMYK 0 0.23 0.10 0.24
HSL 327.27º 0.26% 0.67% -
HSV(B) 327.27º 0.23% 0.76% -
XYZ 40.28 35.85 44.33 -
YUV 164.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 193 149 173 0 0.23 0.10 0.24 327.27 0.26 0.67
Hex C1 95 AD 0 17 A 18 147 1A 43
Octal 301 225 255 0 27 12 30 507 32 103
Binary 11000001 10010101 10101101 0 10111 1010 11000 101000111 11010 1000011

Color Harmonies of #C195AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195AD

Black with #C195AD

Text Example


Text Example

White with #C195AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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