Html Css Color HEX #C595AC Lily

📋 copy color: '#C595AC'

red 197 ◦ green 149 ◦ blue 172

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

Shades of Lily #C595AC

Tints of Lily #C595AC

RGB

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

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

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

R = 38.03%
G = 28.76%
B = 33.2%

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

#C595AC (or 0xC595AC) is known color: Lily. HEX triplet: C5, 95 and AC. RGB value is (197,149,172). Sum of RGB (Red+Green+Blue) = 197+149+172=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C595AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595AC is #3A6A53. Grayscale: #A5A5A5. Windows color (decimal): -3828308 or 11310533. OLE color: 11310533.

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

Color convert

RGB 197 149 172 -
CMYK 0 0.24 0.13 0.23
HSL 331.25º 0.29% 0.68% -
HSV(B) 331.25º 0.24% 0.77% -
XYZ 41.22 36.34 43.87 -
YUV 165.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 197 149 172 0 0.24 0.13 0.23 331.25 0.29 0.68
Hex C5 95 AC 0 18 D 17 14B 1D 44
Octal 305 225 254 0 30 15 27 513 35 104
Binary 11000101 10010101 10101100 0 11000 1101 10111 101001011 11101 1000100

Color Harmonies of #C595AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595AC

Black with #C595AC

Text Example


Text Example

White with #C595AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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