Html Css Color HEX #C595B0 Lily

📋 copy color: '#C595B0'

red 197 ◦ green 149 ◦ blue 176

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

Shades of Lily #C595B0

Tints of Lily #C595B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.72%

R = 37.74%
G = 28.54%
B = 33.72%

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

#C595B0 (or 0xC595B0) is known color: Lily. HEX triplet: C5, 95 and B0. RGB value is (197,149,176). Sum of RGB (Red+Green+Blue) = 197+149+176=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C595B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595B0 is #3A6A4F. Grayscale: #A6A6A6. Windows color (decimal): -3828304 or 11572677. OLE color: 11572677.

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

Color convert

RGB 197 149 176 -
CMYK 0 0.24 0.11 0.23
HSL 326.25º 0.29% 0.68% -
HSV(B) 326.25º 0.24% 0.77% -
XYZ 41.61 36.5 45.93 -
YUV 166.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 197 149 176 0 0.24 0.11 0.23 326.25 0.29 0.68
Hex C5 95 B0 0 18 B 17 146 1D 44
Octal 305 225 260 0 30 13 27 506 35 104
Binary 11000101 10010101 10110000 0 11000 1011 10111 101000110 11101 1000100

Color Harmonies of #C595B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595B0

Black with #C595B0

Text Example


Text Example

White with #C595B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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