Html Css Color HEX #C094CB Lilac

📋 copy color: '#C094CB'

red 192 ◦ green 148 ◦ blue 203

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

Shades of Lilac #C094CB

Tints of Lilac #C094CB

RGB

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

 GREEN value IS 148 (58.2% 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 value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C094CB (or 0xC094CB) is known color: 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

RGB 192 148 203 -
CMYK 0.05 0.27 0 0.20
HSL 288º 0.35% 0.69% -
HSV(B) 288º 0.27% 0.8% -
XYZ 43.11 36.7 61.31 -
YUV 167.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 192 148 203 0.05 0.27 0 0.20 288 0.35 0.69
Hex C0 94 CB 5 1B 0 14 120 23 45
Octal 300 224 313 5 33 0 24 440 43 105
Binary 11000000 10010100 11001011 101 11011 0 10100 100100000 100011 1000101

Color Harmonies of #C094CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094CB

Black with #C094CB

Text Example


Text Example

White with #C094CB

Text Example


Text Example

HTML Codes & Css Web 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>