Html Css Color HEX #C192CB Lilac

📋 copy color: '#C192CB'

red 193 ◦ green 146 ◦ blue 203

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

Shades of Lilac #C192CB

Tints of Lilac #C192CB

RGB

 RED value IS 193 (75.78% from 255) = 35.61%

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

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 35.61%
G = 26.94%
B = 37.45%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C192CB (or 0xC192CB) is known color: Lilac. HEX triplet: C1, 92 and CB. RGB value is (193,146,203). Sum of RGB (Red+Green+Blue) = 193+146+203=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #C192CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192CB is #3E6D34. Grayscale: #A6A6A6. Windows color (decimal): -4091189 or 13341377. OLE color: 13341377.

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

Color convert

RGB 193 146 203 -
CMYK 0.05 0.28 0 0.20
HSL 289.47º 0.35% 0.68% -
HSV(B) 289.47º 0.28% 0.8% -
XYZ 43.05 36.21 61.22 -
YUV 166.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 193 146 203 0.05 0.28 0 0.20 289.47 0.35 0.68
Hex C1 92 CB 5 1C 0 14 121 23 44
Octal 301 222 313 5 34 0 24 441 43 104
Binary 11000001 10010010 11001011 101 11100 0 10100 100100001 100011 1000100

Color Harmonies of #C192CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192CB

Black with #C192CB

Text Example


Text Example

White with #C192CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192CB; }

 p { color: rgb(193,146,203); }

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

background-color css

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

 a { background-color: rgb(193,146,203); }

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

border-color css

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

 span { border-color: rgb(193,146,203); }

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