Html Css Color HEX #C99AB8 Lily

📋 copy color: '#C99AB8'

red 201 ◦ green 154 ◦ blue 184

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

Shades of Lily #C99AB8

Tints of Lily #C99AB8

RGB

 RED value IS 201 (78.91% from 255) = 37.29%

 GREEN value IS 154 (60.55% from 255) = 28.57%

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 37.29%
G = 28.57%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C99AB8 (or 0xC99AB8) is known color: Lily. HEX triplet: C9, 9A and B8. RGB value is (201,154,184). Sum of RGB (Red+Green+Blue) = 201+154+184=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AB8 is #366547. Grayscale: #ABABAB. Windows color (decimal): -3564872 or 12098249. OLE color: 12098249.

HSL color Cylindrical-coordinate representation of color #C99AB8: hue angle of 321.7º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99AB8 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 184 -
CMYK 0 0.23 0.08 0.21
HSL 321.7º 0.3% 0.7% -
HSV(B) 321.7º 0.23% 0.79% -
XYZ 44.29 38.99 50.54 -
YUV 171.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 201 154 184 0 0.23 0.08 0.21 321.7 0.3 0.7
Hex C9 9A B8 0 17 8 15 142 1E 46
Octal 311 232 270 0 27 10 25 502 36 106
Binary 11001001 10011010 10111000 0 10111 1000 10101 101000010 11110 1000110

Color Harmonies of #C99AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99AB8

Black with #C99AB8

Text Example


Text Example

White with #C99AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99AB8; }

 p { color: rgb(201,154,184); }

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

background-color css

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

 a { background-color: rgb(201,154,184); }

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

border-color css

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

 span { border-color: rgb(201,154,184); }

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