Html Css Color HEX #C097BA Lilac

📋 copy color: '#C097BA'

red 192 ◦ green 151 ◦ blue 186

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

Shades of Lilac #C097BA

Tints of Lilac #C097BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.54%

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

R = 36.29%
G = 28.54%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C097BA (or 0xC097BA) is known color: Lilac. HEX triplet: C0, 97 and BA. RGB value is (192,151,186). Sum of RGB (Red+Green+Blue) = 192+151+186=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C097BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097BA is #3F6845. Grayscale: #A7A7A7. Windows color (decimal): -4155462 or 12228544. OLE color: 12228544.

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

Color convert

RGB 192 151 186 -
CMYK 0 0.21 0.03 0.25
HSL 308.78º 0.25% 0.67% -
HSV(B) 308.78º 0.21% 0.75% -
XYZ 41.67 36.88 51.38 -
YUV 167.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 192 151 186 0 0.21 0.03 0.25 308.78 0.25 0.67
Hex C0 97 BA 0 15 3 19 135 19 43
Octal 300 227 272 0 25 3 31 465 31 103
Binary 11000000 10010111 10111010 0 10101 11 11001 100110101 11001 1000011

Color Harmonies of #C097BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097BA

Black with #C097BA

Text Example


Text Example

White with #C097BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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