Html Css Color HEX #C499AD Lily

📋 copy color: '#C499AD'

red 196 ◦ green 153 ◦ blue 173

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

Shades of Lily #C499AD

Tints of Lily #C499AD

RGB

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

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

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

R = 37.55%
G = 29.31%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C499AD (or 0xC499AD) is known color: Lily. HEX triplet: C4, 99 and AD. RGB value is (196,153,173). Sum of RGB (Red+Green+Blue) = 196+153+173=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C499AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C499AD is #3B6652. Grayscale: #A8A8A8. Windows color (decimal): -3892819 or 11377092. OLE color: 11377092.

HSL color Cylindrical-coordinate representation of color #C499AD: hue angle of 332.09º 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 #C499AD is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 173 -
CMYK 0 0.22 0.12 0.23
HSL 332.09º 0.27% 0.68% -
HSV(B) 332.09º 0.22% 0.77% -
XYZ 41.7 37.54 44.58 -
YUV 168.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 196 153 173 0 0.22 0.12 0.23 332.09 0.27 0.68
Hex C4 99 AD 0 16 C 17 14C 1B 44
Octal 304 231 255 0 26 14 27 514 33 104
Binary 11000100 10011001 10101101 0 10110 1100 10111 101001100 11011 1000100

Color Harmonies of #C499AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C499AD

Black with #C499AD

Text Example


Text Example

White with #C499AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C499AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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