Html Css Color HEX #C997AF Lily

📋 copy color: '#C997AF'

red 201 ◦ green 151 ◦ blue 175

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

Shades of Lily #C997AF

Tints of Lily #C997AF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.65%

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

R = 38.14%
G = 28.65%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C997AF (or 0xC997AF) is known color: Lily. HEX triplet: C9, 97 and AF. RGB value is (201,151,175). Sum of RGB (Red+Green+Blue) = 201+151+175=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C997AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C997AF is #366850. Grayscale: #A8A8A8. Windows color (decimal): -3565649 or 11507657. OLE color: 11507657.

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

Color convert

RGB 201 151 175 -
CMYK 0 0.25 0.13 0.21
HSL 331.2º 0.32% 0.69% -
HSV(B) 331.2º 0.25% 0.79% -
XYZ 42.89 37.65 45.56 -
YUV 168.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 201 151 175 0 0.25 0.13 0.21 331.2 0.32 0.69
Hex C9 97 AF 0 19 D 15 14B 20 45
Octal 311 227 257 0 31 15 25 513 40 105
Binary 11001001 10010111 10101111 0 11001 1101 10101 101001011 100000 1000101

Color Harmonies of #C997AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997AF

Black with #C997AF

Text Example


Text Example

White with #C997AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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