Html Css Color HEX #C992BB Lily

📋 copy color: '#C992BB'

red 201 ◦ green 146 ◦ blue 187

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

Shades of Lily #C992BB

Tints of Lily #C992BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.34%

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

R = 37.64%
G = 27.34%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C992BB (or 0xC992BB) is known color: Lily. HEX triplet: C9, 92 and BB. RGB value is (201,146,187). Sum of RGB (Red+Green+Blue) = 201+146+187=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C992BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992BB is #366D44. Grayscale: #A7A7A7. Windows color (decimal): -3566917 or 12292809. OLE color: 12292809.

HSL color Cylindrical-coordinate representation of color #C992BB: hue angle of 315.27º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C992BB is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 146 187 -
CMYK 0 0.27 0.07 0.21
HSL 315.27º 0.34% 0.68% -
HSV(B) 315.27º 0.27% 0.79% -
XYZ 43.34 36.56 51.79 -
YUV 167.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 201 146 187 0 0.27 0.07 0.21 315.27 0.34 0.68
Hex C9 92 BB 0 1B 7 15 13B 22 44
Octal 311 222 273 0 33 7 25 473 42 104
Binary 11001001 10010010 10111011 0 11011 111 10101 100111011 100010 1000100

Color Harmonies of #C992BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992BB

Black with #C992BB

Text Example


Text Example

White with #C992BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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