Html Css Color HEX #C19CAA Lily

📋 copy color: '#C19CAA'

red 193 ◦ green 156 ◦ blue 170

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

Shades of Lily #C19CAA

Tints of Lily #C19CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.06%

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

R = 37.19%
G = 30.06%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C19CAA (or 0xC19CAA) is known color: Lily. HEX triplet: C1, 9C and AA. RGB value is (193,156,170). Sum of RGB (Red+Green+Blue) = 193+156+170=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19CAA is #3E6355. Grayscale: #A8A8A8. Windows color (decimal): -4088662 or 11181249. OLE color: 11181249.

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

Color convert

RGB 193 156 170 -
CMYK 0 0.19 0.12 0.24
HSL 337.3º 0.23% 0.68% -
HSV(B) 337.3º 0.19% 0.76% -
XYZ 41.14 38.02 43.2 -
YUV 168.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 193 156 170 0 0.19 0.12 0.24 337.3 0.23 0.68
Hex C1 9C AA 0 13 C 18 151 17 44
Octal 301 234 252 0 23 14 30 521 27 104
Binary 11000001 10011100 10101010 0 10011 1100 11000 101010001 10111 1000100

Color Harmonies of #C19CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19CAA

Black with #C19CAA

Text Example


Text Example

White with #C19CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19CAA; }

 p { color: rgb(193,156,170); }

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

background-color css

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

 a { background-color: rgb(193,156,170); }

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

border-color css

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

 span { border-color: rgb(193,156,170); }

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