#C094CB

Color #C094CB Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C094CB

Tints of Lilac #C094CB

Color information

#C094CB (or 0xC094CB) is unknown color: approx Lilac. HEX triplet: C0, 94 and CB. RGB value is (192,148,203). Sum of RGB (Red+Green+Blue) = 192+148+203=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #C094CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094CB is #3F6B34. Grayscale: #A7A7A7. Windows color (decimal): -4156213 or 13341888. OLE color: 13341888.

HSL color Cylindrical-coordinate representation of color #C094CB: hue angle of 288º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C094CB is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192148203-
CMYK0.050.2700.20
HSL288º34.59%68.82%-
HSV(B)288º27.09%79.61%-
XYZ43.1136.761.31-
YUV167.43148.08145.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.36%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=35.36%
G=27.26%
B=37.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921482030.050.2700.2028834.5968.82
HexC094CB51B0141202345
Octal30022431353302444043105
Binary110000001001010011001011101110110101001001000001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094CB; }

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

 H1.HeaderClassName
 {
   color: #C094CB;
 }
 .AnyTagClassName
 {
   color: #C094CB;
 }
</style>
background-color css

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

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

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

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

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

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