Html Css Color HEX #C992C5 Lilac

📋 copy color: '#C992C5'

red 201 ◦ green 146 ◦ blue 197

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

Shades of Lilac #C992C5

Tints of Lilac #C992C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.21%

R = 36.95%
G = 26.84%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C992C5 (or 0xC992C5) is known color: Lilac. HEX triplet: C9, 92 and C5. RGB value is (201,146,197). Sum of RGB (Red+Green+Blue) = 201+146+197=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C992C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992C5 is #366D3A. Grayscale: #A8A8A8. Windows color (decimal): -3566907 or 12948169. OLE color: 12948169.

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

Color convert

RGB 201 146 197 -
CMYK 0 0.27 0.02 0.21
HSL 304.36º 0.34% 0.68% -
HSV(B) 304.36º 0.27% 0.79% -
XYZ 44.44 37.01 57.62 -
YUV 168.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 201 146 197 0 0.27 0.02 0.21 304.36 0.34 0.68
Hex C9 92 C5 0 1B 2 15 130 22 44
Octal 311 222 305 0 33 2 25 460 42 104
Binary 11001001 10010010 11000101 0 11011 10 10101 100110000 100010 1000100

Color Harmonies of #C992C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992C5

Black with #C992C5

Text Example


Text Example

White with #C992C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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