Html Css Color HEX #C499AA Lily

📋 copy color: '#C499AA'

red 196 ◦ green 153 ◦ blue 170

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

Shades of Lily #C499AA

Tints of Lily #C499AA

RGB

 RED value IS 196 (76.95% from 255) = 37.76%

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

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

R = 37.76%
G = 29.48%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C499AA (or 0xC499AA) is known color: Lily. HEX triplet: C4, 99 and AA. RGB value is (196,153,170). Sum of RGB (Red+Green+Blue) = 196+153+170=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C499AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C499AA is #3B6655. Grayscale: #A7A7A7. Windows color (decimal): -3892822 or 11180484. OLE color: 11180484.

HSL color Cylindrical-coordinate representation of color #C499AA: hue angle of 336.28º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C499AA is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 170 -
CMYK 0 0.22 0.13 0.23
HSL 336.28º 0.27% 0.68% -
HSV(B) 336.28º 0.22% 0.77% -
XYZ 41.41 37.42 43.07 -
YUV 167.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 196 153 170 0 0.22 0.13 0.23 336.28 0.27 0.68
Hex C4 99 AA 0 16 D 17 150 1B 44
Octal 304 231 252 0 26 15 27 520 33 104
Binary 11000100 10011001 10101010 0 10110 1101 10111 101010000 11011 1000100

Color Harmonies of #C499AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C499AA

Black with #C499AA

Text Example


Text Example

White with #C499AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C499AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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