Html Css Color HEX #C997BB Lily

📋 copy color: '#C997BB'

red 201 ◦ green 151 ◦ blue 187

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

Shades of Lily #C997BB

Tints of Lily #C997BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 37.29%
G = 28.01%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C997BB (or 0xC997BB) is known color: Lily. HEX triplet: C9, 97 and BB. RGB value is (201,151,187). Sum of RGB (Red+Green+Blue) = 201+151+187=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C997BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997BB is #366844. Grayscale: #A9A9A9. Windows color (decimal): -3565637 or 12294089. OLE color: 12294089.

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

Color convert

RGB 201 151 187 -
CMYK 0 0.25 0.07 0.21
HSL 316.8º 0.32% 0.69% -
HSV(B) 316.8º 0.25% 0.79% -
XYZ 44.12 38.14 52.05 -
YUV 170.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 201 151 187 0 0.25 0.07 0.21 316.8 0.32 0.69
Hex C9 97 BB 0 19 7 15 13D 20 45
Octal 311 227 273 0 31 7 25 475 40 105
Binary 11001001 10010111 10111011 0 11001 111 10101 100111101 100000 1000101

Color Harmonies of #C997BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997BB

Black with #C997BB

Text Example


Text Example

White with #C997BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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