Html Css Color HEX #C899AF Lily

📋 copy color: '#C899AF'

red 200 ◦ green 153 ◦ blue 175

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

Shades of Lily #C899AF

Tints of Lily #C899AF

RGB

 RED value IS 200 (78.52% from 255) = 37.88%

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

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

R = 37.88%
G = 28.98%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C899AF (or 0xC899AF) is known color: Lily. HEX triplet: C8, 99 and AF. RGB value is (200,153,175). Sum of RGB (Red+Green+Blue) = 200+153+175=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C899AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C899AF is #376650. Grayscale: #A9A9A9. Windows color (decimal): -3630673 or 11508168. OLE color: 11508168.

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

Color convert

RGB 200 153 175 -
CMYK 0 0.24 0.12 0.22
HSL 331.91º 0.3% 0.69% -
HSV(B) 331.91º 0.24% 0.78% -
XYZ 42.95 38.16 45.66 -
YUV 169.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 200 153 175 0 0.24 0.12 0.22 331.91 0.3 0.69
Hex C8 99 AF 0 18 C 16 14C 1E 45
Octal 310 231 257 0 30 14 26 514 36 105
Binary 11001000 10011001 10101111 0 11000 1100 10110 101001100 11110 1000101

Color Harmonies of #C899AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C899AF

Black with #C899AF

Text Example


Text Example

White with #C899AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C899AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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