Html Css Color HEX #C99ABA Lily

📋 copy color: '#C99ABA'

red 201 ◦ green 154 ◦ blue 186

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

Shades of Lily #C99ABA

Tints of Lily #C99ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.38%

R = 37.15%
G = 28.47%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C99ABA (or 0xC99ABA) is known color: Lily. HEX triplet: C9, 9A and BA. RGB value is (201,154,186). Sum of RGB (Red+Green+Blue) = 201+154+186=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C99ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ABA is #366545. Grayscale: #ABABAB. Windows color (decimal): -3564870 or 12229321. OLE color: 12229321.

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

Color convert

RGB 201 154 186 -
CMYK 0 0.23 0.07 0.21
HSL 319.15º 0.3% 0.7% -
HSV(B) 319.15º 0.23% 0.79% -
XYZ 44.51 39.07 51.65 -
YUV 171.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 201 154 186 0 0.23 0.07 0.21 319.15 0.3 0.7
Hex C9 9A BA 0 17 7 15 13F 1E 46
Octal 311 232 272 0 27 7 25 477 36 106
Binary 11001001 10011010 10111010 0 10111 111 10101 100111111 11110 1000110

Color Harmonies of #C99ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99ABA

Black with #C99ABA

Text Example


Text Example

White with #C99ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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