Html Css Color HEX #C095BF Lilac

📋 copy color: '#C095BF'

red 192 ◦ green 149 ◦ blue 191

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

Shades of Lilac #C095BF

Tints of Lilac #C095BF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.01%

 BLUE value IS 191 (75% from 255) = 35.9%

R = 36.09%
G = 28.01%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C095BF (or 0xC095BF) is known color: Lilac. HEX triplet: C0, 95 and BF. RGB value is (192,149,191). Sum of RGB (Red+Green+Blue) = 192+149+191=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C095BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095BF is #3F6A40. Grayscale: #A6A6A6. Windows color (decimal): -4155969 or 12555712. OLE color: 12555712.

HSL color Cylindrical-coordinate representation of color #C095BF: hue angle of 301.4º 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 #C095BF is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 191 -
CMYK 0 0.22 0.01 0.25
HSL 301.4º 0.25% 0.67% -
HSV(B) 301.4º 0.22% 0.75% -
XYZ 41.89 36.46 54.12 -
YUV 166.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 192 149 191 0 0.22 0.01 0.25 301.4 0.25 0.67
Hex C0 95 BF 0 16 1 19 12D 19 43
Octal 300 225 277 0 26 1 31 455 31 103
Binary 11000000 10010101 10111111 0 10110 1 11001 100101101 11001 1000011

Color Harmonies of #C095BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095BF

Black with #C095BF

Text Example


Text Example

White with #C095BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095BF; }

 p { color: rgb(192,149,191); }

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

background-color css

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

 a { background-color: rgb(192,149,191); }

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

border-color css

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

 span { border-color: rgb(192,149,191); }

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