Html Css Color HEX #C096BA Lilac

📋 copy color: '#C096BA'

red 192 ◦ green 150 ◦ blue 186

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

Shades of Lilac #C096BA

Tints of Lilac #C096BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.41%

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 36.36%
G = 28.41%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C096BA (or 0xC096BA) is known color: Lilac. HEX triplet: C0, 96 and BA. RGB value is (192,150,186). Sum of RGB (Red+Green+Blue) = 192+150+186=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C096BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096BA is #3F6945. Grayscale: #A6A6A6. Windows color (decimal): -4155718 or 12228288. OLE color: 12228288.

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

Color convert

RGB 192 150 186 -
CMYK 0 0.22 0.03 0.25
HSL 308.57º 0.25% 0.67% -
HSV(B) 308.57º 0.22% 0.75% -
XYZ 41.51 36.56 51.32 -
YUV 166.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 192 150 186 0 0.22 0.03 0.25 308.57 0.25 0.67
Hex C0 96 BA 0 16 3 19 135 19 43
Octal 300 226 272 0 26 3 31 465 31 103
Binary 11000000 10010110 10111010 0 10110 11 11001 100110101 11001 1000011

Color Harmonies of #C096BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096BA

Black with #C096BA

Text Example


Text Example

White with #C096BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096BA; }

 p { color: rgb(192,150,186); }

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

background-color css

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

 a { background-color: rgb(192,150,186); }

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

border-color css

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

 span { border-color: rgb(192,150,186); }

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