Html Css Color HEX #C199AA Lily

📋 copy color: '#C199AA'

red 193 ◦ green 153 ◦ blue 170

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

Shades of Lily #C199AA

Tints of Lily #C199AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.65%

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

R = 37.4%
G = 29.65%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C199AA (or 0xC199AA) is known color: Lily. HEX triplet: C1, 99 and AA. RGB value is (193,153,170). Sum of RGB (Red+Green+Blue) = 193+153+170=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C199AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C199AA is #3E6655. Grayscale: #A6A6A6. Windows color (decimal): -4089430 or 11180481. OLE color: 11180481.

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

Color convert

RGB 193 153 170 -
CMYK 0 0.21 0.12 0.24
HSL 334.5º 0.24% 0.68% -
HSV(B) 334.5º 0.21% 0.76% -
XYZ 40.64 37.02 43.03 -
YUV 166.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 193 153 170 0 0.21 0.12 0.24 334.5 0.24 0.68
Hex C1 99 AA 0 15 C 18 14E 18 44
Octal 301 231 252 0 25 14 30 516 30 104
Binary 11000001 10011001 10101010 0 10101 1100 11000 101001110 11000 1000100

Color Harmonies of #C199AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C199AA

Black with #C199AA

Text Example


Text Example

White with #C199AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C199AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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