Html Css Color HEX #C799AF Lily

📋 copy color: '#C799AF'

red 199 ◦ green 153 ◦ blue 175

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

Shades of Lily #C799AF

Tints of Lily #C799AF

RGB

 RED value IS 199 (78.13% from 255) = 37.76%

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

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

R = 37.76%
G = 29.03%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C799AF (or 0xC799AF) is known color: Lily. HEX triplet: C7, 99 and AF. RGB value is (199,153,175). Sum of RGB (Red+Green+Blue) = 199+153+175=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 199 - color contains mainly: red. Hex color #C799AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C799AF is #386650. Grayscale: #A9A9A9. Windows color (decimal): -3696209 or 11508167. OLE color: 11508167.

HSL color Cylindrical-coordinate representation of color #C799AF: hue angle of 331.3º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C799AF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 153 175 -
CMYK 0 0.23 0.12 0.22
HSL 331.3º 0.29% 0.69% -
HSV(B) 331.3º 0.23% 0.78% -
XYZ 42.68 38.02 45.65 -
YUV 169.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 199 153 175 0 0.23 0.12 0.22 331.3 0.29 0.69
Hex C7 99 AF 0 17 C 16 14B 1D 45
Octal 307 231 257 0 27 14 26 513 35 105
Binary 11000111 10011001 10101111 0 10111 1100 10110 101001011 11101 1000101

Color Harmonies of #C799AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C799AF

Black with #C799AF

Text Example


Text Example

White with #C799AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C799AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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