Html Css Color HEX #C19BAF Lily

📋 copy color: '#C19BAF'

red 193 ◦ green 155 ◦ blue 175

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

Shades of Lily #C19BAF

Tints of Lily #C19BAF

RGB

 RED value IS 193 (75.78% from 255) = 36.9%

 GREEN value IS 155 (60.94% from 255) = 29.64%

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

R = 36.9%
G = 29.64%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C19BAF (or 0xC19BAF) is known color: Lily. HEX triplet: C1, 9B and AF. RGB value is (193,155,175). Sum of RGB (Red+Green+Blue) = 193+155+175=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C19BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19BAF is #3E6450. Grayscale: #A8A8A8. Windows color (decimal): -4088913 or 11508673. OLE color: 11508673.

HSL color Cylindrical-coordinate representation of color #C19BAF: hue angle of 328.42º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C19BAF is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 155 175 -
CMYK 0 0.20 0.09 0.24
HSL 328.42º 0.23% 0.68% -
HSV(B) 328.42º 0.2% 0.76% -
XYZ 41.45 37.88 45.68 -
YUV 168.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 193 155 175 0 0.20 0.09 0.24 328.42 0.23 0.68
Hex C1 9B AF 0 14 9 18 148 17 44
Octal 301 233 257 0 24 11 30 510 27 104
Binary 11000001 10011011 10101111 0 10100 1001 11000 101001000 10111 1000100

Color Harmonies of #C19BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19BAF

Black with #C19BAF

Text Example


Text Example

White with #C19BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19BAF; }

 p { color: rgb(193,155,175); }

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

background-color css

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

 a { background-color: rgb(193,155,175); }

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

border-color css

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

 span { border-color: rgb(193,155,175); }

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