Html Css Color HEX #C596AF Lily

📋 copy color: '#C596AF'

red 197 ◦ green 150 ◦ blue 175

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

Shades of Lily #C596AF

Tints of Lily #C596AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.74%

 BLUE value IS 175 (68.75% from 255) = 33.52%

R = 37.74%
G = 28.74%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C596AF (or 0xC596AF) is known color: Lily. HEX triplet: C5, 96 and AF. RGB value is (197,150,175). Sum of RGB (Red+Green+Blue) = 197+150+175=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C596AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C596AF is #3A6950. Grayscale: #A6A6A6. Windows color (decimal): -3828049 or 11507397. OLE color: 11507397.

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

Color convert

RGB 197 150 175 -
CMYK 0 0.24 0.11 0.23
HSL 328.09º 0.29% 0.68% -
HSV(B) 328.09º 0.24% 0.77% -
XYZ 41.67 36.78 45.46 -
YUV 166.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 197 150 175 0 0.24 0.11 0.23 328.09 0.29 0.68
Hex C5 96 AF 0 18 B 17 148 1D 44
Octal 305 226 257 0 30 13 27 510 35 104
Binary 11000101 10010110 10101111 0 11000 1011 10111 101001000 11101 1000100

Color Harmonies of #C596AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596AF

Black with #C596AF

Text Example


Text Example

White with #C596AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596AF; }

 p { color: rgb(197,150,175); }

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

background-color css

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

 a { background-color: rgb(197,150,175); }

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

border-color css

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

 span { border-color: rgb(197,150,175); }

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