Html Css Color HEX #C099AA Lily

📋 copy color: '#C099AA'

red 192 ◦ green 153 ◦ blue 170

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

Shades of Lily #C099AA

Tints of Lily #C099AA

RGB

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

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

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

R = 37.28%
G = 29.71%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C099AA (or 0xC099AA) is known color: Lily. HEX triplet: C0, 99 and AA. RGB value is (192,153,170). Sum of RGB (Red+Green+Blue) = 192+153+170=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C099AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099AA is #3F6655. Grayscale: #A6A6A6. Windows color (decimal): -4154966 or 11180480. OLE color: 11180480.

HSL color Cylindrical-coordinate representation of color #C099AA: hue angle of 333.85º 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 #C099AA is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 170 -
CMYK 0 0.20 0.11 0.25
HSL 333.85º 0.24% 0.68% -
HSV(B) 333.85º 0.2% 0.75% -
XYZ 40.39 36.89 43.02 -
YUV 166.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 192 153 170 0 0.20 0.11 0.25 333.85 0.24 0.68
Hex C0 99 AA 0 14 B 19 14E 18 44
Octal 300 231 252 0 24 13 31 516 30 104
Binary 11000000 10011001 10101010 0 10100 1011 11001 101001110 11000 1000100

Color Harmonies of #C099AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099AA

Black with #C099AA

Text Example


Text Example

White with #C099AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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