Html Css Color HEX #C992BA Lily

📋 copy color: '#C992BA'

red 201 ◦ green 146 ◦ blue 186

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

Shades of Lily #C992BA

Tints of Lily #C992BA

RGB

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

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

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

R = 37.71%
G = 27.39%
B = 34.9%

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

#C992BA (or 0xC992BA) is known color: Lily. HEX triplet: C9, 92 and BA. RGB value is (201,146,186). Sum of RGB (Red+Green+Blue) = 201+146+186=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C992BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992BA is #366D45. Grayscale: #A6A6A6. Windows color (decimal): -3566918 or 12227273. OLE color: 12227273.

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

Color convert

RGB 201 146 186 -
CMYK 0 0.27 0.07 0.21
HSL 316.36º 0.34% 0.68% -
HSV(B) 316.36º 0.27% 0.79% -
XYZ 43.23 36.52 51.23 -
YUV 167.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 201 146 186 0 0.27 0.07 0.21 316.36 0.34 0.68
Hex C9 92 BA 0 1B 7 15 13C 22 44
Octal 311 222 272 0 33 7 25 474 42 104
Binary 11001001 10010010 10111010 0 11011 111 10101 100111100 100010 1000100

Color Harmonies of #C992BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992BA

Black with #C992BA

Text Example


Text Example

White with #C992BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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