Html Css Color HEX #C997BA Lily

📋 copy color: '#C997BA'

red 201 ◦ green 151 ◦ blue 186

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

Shades of Lily #C997BA

Tints of Lily #C997BA

RGB

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

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

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

R = 37.36%
G = 28.07%
B = 34.57%

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

#C997BA (or 0xC997BA) is known color: Lily. HEX triplet: C9, 97 and BA. RGB value is (201,151,186). Sum of RGB (Red+Green+Blue) = 201+151+186=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C997BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997BA is #366845. Grayscale: #A9A9A9. Windows color (decimal): -3565638 or 12228553. OLE color: 12228553.

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

Color convert

RGB 201 151 186 -
CMYK 0 0.25 0.07 0.21
HSL 318º 0.32% 0.69% -
HSV(B) 318º 0.25% 0.79% -
XYZ 44.02 38.1 51.49 -
YUV 169.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 201 151 186 0 0.25 0.07 0.21 318 0.32 0.69
Hex C9 97 BA 0 19 7 15 13E 20 45
Octal 311 227 272 0 31 7 25 476 40 105
Binary 11001001 10010111 10111010 0 11001 111 10101 100111110 100000 1000101

Color Harmonies of #C997BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997BA

Black with #C997BA

Text Example


Text Example

White with #C997BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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