Html Css Color HEX #C998AF Lily

📋 copy color: '#C998AF'

red 201 ◦ green 152 ◦ blue 175

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

Shades of Lily #C998AF

Tints of Lily #C998AF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.79%

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

R = 38.07%
G = 28.79%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C998AF (or 0xC998AF) is known color: Lily. HEX triplet: C9, 98 and AF. RGB value is (201,152,175). Sum of RGB (Red+Green+Blue) = 201+152+175=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C998AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C998AF is #366750. Grayscale: #A9A9A9. Windows color (decimal): -3565393 or 11507913. OLE color: 11507913.

HSL color Cylindrical-coordinate representation of color #C998AF: hue angle of 331.84º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C998AF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 175 -
CMYK 0 0.24 0.13 0.21
HSL 331.84º 0.31% 0.69% -
HSV(B) 331.84º 0.24% 0.79% -
XYZ 43.05 37.97 45.62 -
YUV 169.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 201 152 175 0 0.24 0.13 0.21 331.84 0.31 0.69
Hex C9 98 AF 0 18 D 15 14C 1F 45
Octal 311 230 257 0 30 15 25 514 37 105
Binary 11001001 10011000 10101111 0 11000 1101 10101 101001100 11111 1000101

Color Harmonies of #C998AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998AF

Black with #C998AF

Text Example


Text Example

White with #C998AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998AF; }

 p { color: rgb(201,152,175); }

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

background-color css

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

 a { background-color: rgb(201,152,175); }

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

border-color css

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

 span { border-color: rgb(201,152,175); }

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