Html Css Color HEX #C595AD Lily

📋 copy color: '#C595AD'

red 197 ◦ green 149 ◦ blue 173

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

Shades of Lily #C595AD

Tints of Lily #C595AD

RGB

 RED value IS 197 (77.34% from 255) = 37.96%

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

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

R = 37.96%
G = 28.71%
B = 33.33%

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

#C595AD (or 0xC595AD) is known color: Lily. HEX triplet: C5, 95 and AD. RGB value is (197,149,173). Sum of RGB (Red+Green+Blue) = 197+149+173=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C595AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595AD is #3A6A52. Grayscale: #A6A6A6. Windows color (decimal): -3828307 or 11376069. OLE color: 11376069.

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

Color convert

RGB 197 149 173 -
CMYK 0 0.24 0.12 0.23
HSL 330º 0.29% 0.68% -
HSV(B) 330º 0.24% 0.77% -
XYZ 41.32 36.38 44.38 -
YUV 166.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 197 149 173 0 0.24 0.12 0.23 330 0.29 0.68
Hex C5 95 AD 0 18 C 17 14A 1D 44
Octal 305 225 255 0 30 14 27 512 35 104
Binary 11000101 10010101 10101101 0 11000 1100 10111 101001010 11101 1000100

Color Harmonies of #C595AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595AD

Black with #C595AD

Text Example


Text Example

White with #C595AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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