Html Css Color HEX #C595B1 Lily

📋 copy color: '#C595B1'

red 197 ◦ green 149 ◦ blue 177

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

Shades of Lily #C595B1

Tints of Lily #C595B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.84%

R = 37.67%
G = 28.49%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C595B1 (or 0xC595B1) is known color: Lily. HEX triplet: C5, 95 and B1. RGB value is (197,149,177). Sum of RGB (Red+Green+Blue) = 197+149+177=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C595B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595B1 is #3A6A4E. Grayscale: #A6A6A6. Windows color (decimal): -3828303 or 11638213. OLE color: 11638213.

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

Color convert

RGB 197 149 177 -
CMYK 0 0.24 0.10 0.23
HSL 325º 0.29% 0.68% -
HSV(B) 325º 0.24% 0.77% -
XYZ 41.71 36.54 46.45 -
YUV 166.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 197 149 177 0 0.24 0.10 0.23 325 0.29 0.68
Hex C5 95 B1 0 18 A 17 145 1D 44
Octal 305 225 261 0 30 12 27 505 35 104
Binary 11000101 10010101 10110001 0 11000 1010 10111 101000101 11101 1000100

Color Harmonies of #C595B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595B1

Black with #C595B1

Text Example


Text Example

White with #C595B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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