Html Css Color HEX #C997BE Lily

📋 copy color: '#C997BE'

red 201 ◦ green 151 ◦ blue 190

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

Shades of Lily #C997BE

Tints of Lily #C997BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 37.08%
G = 27.86%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C997BE (or 0xC997BE) is known color: Lily. HEX triplet: C9, 97 and BE. RGB value is (201,151,190). Sum of RGB (Red+Green+Blue) = 201+151+190=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C997BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997BE is #366841. Grayscale: #AAAAAA. Windows color (decimal): -3565634 or 12490697. OLE color: 12490697.

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

Color convert

RGB 201 151 190 -
CMYK 0 0.25 0.05 0.21
HSL 313.2º 0.32% 0.69% -
HSV(B) 313.2º 0.25% 0.79% -
XYZ 44.45 38.27 53.76 -
YUV 170.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 201 151 190 0 0.25 0.05 0.21 313.2 0.32 0.69
Hex C9 97 BE 0 19 5 15 139 20 45
Octal 311 227 276 0 31 5 25 471 40 105
Binary 11001001 10010111 10111110 0 11001 101 10101 100111001 100000 1000101

Color Harmonies of #C997BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997BE

Black with #C997BE

Text Example


Text Example

White with #C997BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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