Html Css Color HEX #C992BD Lily

📋 copy color: '#C992BD'

red 201 ◦ green 146 ◦ blue 189

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

Shades of Lily #C992BD

Tints of Lily #C992BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 37.5%
G = 27.24%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C992BD (or 0xC992BD) is known color: Lily. HEX triplet: C9, 92 and BD. RGB value is (201,146,189). Sum of RGB (Red+Green+Blue) = 201+146+189=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C992BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992BD is #366D42. Grayscale: #A7A7A7. Windows color (decimal): -3566915 or 12423881. OLE color: 12423881.

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

Color convert

RGB 201 146 189 -
CMYK 0 0.27 0.06 0.21
HSL 313.09º 0.34% 0.68% -
HSV(B) 313.09º 0.27% 0.79% -
XYZ 43.55 36.65 52.92 -
YUV 167.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 201 146 189 0 0.27 0.06 0.21 313.09 0.34 0.68
Hex C9 92 BD 0 1B 6 15 139 22 44
Octal 311 222 275 0 33 6 25 471 42 104
Binary 11001001 10010010 10111101 0 11011 110 10101 100111001 100010 1000100

Color Harmonies of #C992BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992BD

Black with #C992BD

Text Example


Text Example

White with #C992BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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