Html Css Color HEX #C499AF Lily

📋 copy color: '#C499AF'

red 196 ◦ green 153 ◦ blue 175

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

Shades of Lily #C499AF

Tints of Lily #C499AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 37.4%
G = 29.2%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C499AF (or 0xC499AF) is known color: Lily. HEX triplet: C4, 99 and AF. RGB value is (196,153,175). Sum of RGB (Red+Green+Blue) = 196+153+175=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C499AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C499AF is #3B6650. Grayscale: #A8A8A8. Windows color (decimal): -3892817 or 11508164. OLE color: 11508164.

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

Color convert

RGB 196 153 175 -
CMYK 0 0.22 0.11 0.23
HSL 329.3º 0.27% 0.68% -
HSV(B) 329.3º 0.22% 0.77% -
XYZ 41.89 37.61 45.61 -
YUV 168.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 196 153 175 0 0.22 0.11 0.23 329.3 0.27 0.68
Hex C4 99 AF 0 16 B 17 149 1B 44
Octal 304 231 257 0 26 13 27 511 33 104
Binary 11000100 10011001 10101111 0 10110 1011 10111 101001001 11011 1000100

Color Harmonies of #C499AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C499AF

Black with #C499AF

Text Example


Text Example

White with #C499AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C499AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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