Html Css Color HEX #C092C4 Lilac

📋 copy color: '#C092C4'

red 192 ◦ green 146 ◦ blue 196

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

Shades of Lilac #C092C4

Tints of Lilac #C092C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.7%

R = 35.96%
G = 27.34%
B = 36.7%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C092C4 (or 0xC092C4) is known color: Lilac. HEX triplet: C0, 92 and C4. RGB value is (192,146,196). Sum of RGB (Red+Green+Blue) = 192+146+196=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #C092C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092C4 is #3F6D3B. Grayscale: #A5A5A5. Windows color (decimal): -4156732 or 12882624. OLE color: 12882624.

HSL color Cylindrical-coordinate representation of color #C092C4: hue angle of 295.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C092C4 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 146 196 -
CMYK 0.02 0.26 0 0.23
HSL 295.2º 0.3% 0.67% -
HSV(B) 295.2º 0.26% 0.77% -
XYZ 41.98 35.75 56.91 -
YUV 165.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 192 146 196 0.02 0.26 0 0.23 295.2 0.3 0.67
Hex C0 92 C4 2 1A 0 17 127 1E 43
Octal 300 222 304 2 32 0 27 447 36 103
Binary 11000000 10010010 11000100 10 11010 0 10111 100100111 11110 1000011

Color Harmonies of #C092C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092C4

Black with #C092C4

Text Example


Text Example

White with #C092C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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