Html Css Color HEX #C094BB Lilac

📋 copy color: '#C094BB'

red 192 ◦ green 148 ◦ blue 187

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

Shades of Lilac #C094BB

Tints of Lilac #C094BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.08%

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 36.43%
G = 28.08%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C094BB (or 0xC094BB) is known color: Lilac. HEX triplet: C0, 94 and BB. RGB value is (192,148,187). Sum of RGB (Red+Green+Blue) = 192+148+187=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C094BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094BB is #3F6B44. Grayscale: #A5A5A5. Windows color (decimal): -4156229 or 12293312. OLE color: 12293312.

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

Color convert

RGB 192 148 187 -
CMYK 0 0.23 0.03 0.25
HSL 306.82º 0.26% 0.67% -
HSV(B) 306.82º 0.23% 0.75% -
XYZ 41.3 35.97 51.78 -
YUV 165.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 192 148 187 0 0.23 0.03 0.25 306.82 0.26 0.67
Hex C0 94 BB 0 17 3 19 133 1A 43
Octal 300 224 273 0 27 3 31 463 32 103
Binary 11000000 10010100 10111011 0 10111 11 11001 100110011 11010 1000011

Color Harmonies of #C094BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094BB

Black with #C094BB

Text Example


Text Example

White with #C094BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094BB; }

 p { color: rgb(192,148,187); }

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

background-color css

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

 a { background-color: rgb(192,148,187); }

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

border-color css

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

 span { border-color: rgb(192,148,187); }

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