Html Css Color HEX #C092BE Lilac

📋 copy color: '#C092BE'

red 192 ◦ green 146 ◦ blue 190

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

Shades of Lilac #C092BE

Tints of Lilac #C092BE

RGB

 RED value IS 192 (75.39% from 255) = 36.36%

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

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

R = 36.36%
G = 27.65%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C092BE (or 0xC092BE) is known color: Lilac. HEX triplet: C0, 92 and BE. RGB value is (192,146,190). Sum of RGB (Red+Green+Blue) = 192+146+190=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C092BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092BE is #3F6D41. Grayscale: #A4A4A4. Windows color (decimal): -4156738 or 12489408. OLE color: 12489408.

HSL color Cylindrical-coordinate representation of color #C092BE: hue angle of 302.61º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C092BE is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 146 190 -
CMYK 0 0.24 0.01 0.25
HSL 302.61º 0.27% 0.66% -
HSV(B) 302.61º 0.24% 0.75% -
XYZ 41.31 35.48 53.39 -
YUV 164.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 192 146 190 0 0.24 0.01 0.25 302.61 0.27 0.66
Hex C0 92 BE 0 18 1 19 12F 1B 42
Octal 300 222 276 0 30 1 31 457 33 102
Binary 11000000 10010010 10111110 0 11000 1 11001 100101111 11011 1000010

Color Harmonies of #C092BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092BE

Black with #C092BE

Text Example


Text Example

White with #C092BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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