Html Css Color HEX #C992BE Lilac

📋 copy color: '#C992BE'

red 201 ◦ green 146 ◦ blue 190

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

Shades of Lilac #C992BE

Tints of Lilac #C992BE

RGB

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

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

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

R = 37.43%
G = 27.19%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C992BE (or 0xC992BE) is known color: Lilac. HEX triplet: C9, 92 and BE. RGB value is (201,146,190). Sum of RGB (Red+Green+Blue) = 201+146+190=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C992BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992BE is #366D41. Grayscale: #A7A7A7. Windows color (decimal): -3566914 or 12489417. OLE color: 12489417.

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

Color convert

RGB 201 146 190 -
CMYK 0 0.27 0.05 0.21
HSL 312º 0.34% 0.68% -
HSV(B) 312º 0.27% 0.79% -
XYZ 43.66 36.69 53.5 -
YUV 167.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 201 146 190 0 0.27 0.05 0.21 312 0.34 0.68
Hex C9 92 BE 0 1B 5 15 138 22 44
Octal 311 222 276 0 33 5 25 470 42 104
Binary 11001001 10010010 10111110 0 11011 101 10101 100111000 100010 1000100

Color Harmonies of #C992BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992BE

Black with #C992BE

Text Example


Text Example

White with #C992BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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