Html Css Color HEX #C595AA Lily

📋 copy color: '#C595AA'

red 197 ◦ green 149 ◦ blue 170

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

Shades of Lily #C595AA

Tints of Lily #C595AA

RGB

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

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

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

R = 38.18%
G = 28.88%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C595AA (or 0xC595AA) is known color: Lily. HEX triplet: C5, 95 and AA. RGB value is (197,149,170). Sum of RGB (Red+Green+Blue) = 197+149+170=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C595AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595AA is #3A6A55. Grayscale: #A5A5A5. Windows color (decimal): -3828310 or 11179461. OLE color: 11179461.

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

Color convert

RGB 197 149 170 -
CMYK 0 0.24 0.14 0.23
HSL 333.75º 0.29% 0.68% -
HSV(B) 333.75º 0.24% 0.77% -
XYZ 41.03 36.27 42.87 -
YUV 165.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 197 149 170 0 0.24 0.14 0.23 333.75 0.29 0.68
Hex C5 95 AA 0 18 E 17 14E 1D 44
Octal 305 225 252 0 30 16 27 516 35 104
Binary 11000101 10010101 10101010 0 11000 1110 10111 101001110 11101 1000100

Color Harmonies of #C595AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595AA

Black with #C595AA

Text Example


Text Example

White with #C595AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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