Html Css Color HEX #C099AD Lily

📋 copy color: '#C099AD'

red 192 ◦ green 153 ◦ blue 173

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

Shades of Lily #C099AD

Tints of Lily #C099AD

RGB

 RED value IS 192 (75.39% from 255) = 37.07%

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

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 37.07%
G = 29.54%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C099AD (or 0xC099AD) is known color: Lily. HEX triplet: C0, 99 and AD. RGB value is (192,153,173). Sum of RGB (Red+Green+Blue) = 192+153+173=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C099AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099AD is #3F6652. Grayscale: #A6A6A6. Windows color (decimal): -4154963 or 11377088. OLE color: 11377088.

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

Color convert

RGB 192 153 173 -
CMYK 0 0.20 0.10 0.25
HSL 329.23º 0.24% 0.68% -
HSV(B) 329.23º 0.2% 0.75% -
XYZ 40.67 37.01 44.53 -
YUV 166.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 192 153 173 0 0.20 0.10 0.25 329.23 0.24 0.68
Hex C0 99 AD 0 14 A 19 149 18 44
Octal 300 231 255 0 24 12 31 511 30 104
Binary 11000000 10011001 10101101 0 10100 1010 11001 101001001 11000 1000100

Color Harmonies of #C099AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099AD

Black with #C099AD

Text Example


Text Example

White with #C099AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099AD; }

 p { color: rgb(192,153,173); }

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

background-color css

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

 a { background-color: rgb(192,153,173); }

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

border-color css

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

 span { border-color: rgb(192,153,173); }

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