Html Css Color HEX #C99AB4 Lily

📋 copy color: '#C99AB4'

red 201 ◦ green 154 ◦ blue 180

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

Shades of Lily #C99AB4

Tints of Lily #C99AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 37.57%
G = 28.79%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C99AB4 (or 0xC99AB4) is known color: Lily. HEX triplet: C9, 9A and B4. RGB value is (201,154,180). Sum of RGB (Red+Green+Blue) = 201+154+180=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AB4 is #36654B. Grayscale: #AAAAAA. Windows color (decimal): -3564876 or 11836105. OLE color: 11836105.

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

Color convert

RGB 201 154 180 -
CMYK 0 0.23 0.10 0.21
HSL 326.81º 0.3% 0.7% -
HSV(B) 326.81º 0.23% 0.79% -
XYZ 43.88 38.82 48.36 -
YUV 171.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 201 154 180 0 0.23 0.10 0.21 326.81 0.3 0.7
Hex C9 9A B4 0 17 A 15 147 1E 46
Octal 311 232 264 0 27 12 25 507 36 106
Binary 11001001 10011010 10110100 0 10111 1010 10101 101000111 11110 1000110

Color Harmonies of #C99AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99AB4

Black with #C99AB4

Text Example


Text Example

White with #C99AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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