Html Css Color HEX #C099C0 Lilac

📋 copy color: '#C099C0'

red 192 ◦ green 153 ◦ blue 192

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

Shades of Lilac #C099C0

Tints of Lilac #C099C0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.49%

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 35.75%
G = 28.49%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C099C0 (or 0xC099C0) is known color: Lilac. HEX triplet: C0, 99 and C0. RGB value is (192,153,192). Sum of RGB (Red+Green+Blue) = 192+153+192=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C099C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099C0 is #3F663F. Grayscale: #A8A8A8. Windows color (decimal): -4154944 or 12622272. OLE color: 12622272.

HSL color Cylindrical-coordinate representation of color #C099C0: hue angle of 300º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C099C0 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 192 -
CMYK 0 0.20 0 0.25
HSL 300º 0.24% 0.68% -
HSV(B) 300º 0.2% 0.75% -
XYZ 42.64 37.79 54.92 -
YUV 169.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 192 153 192 0 0.20 0 0.25 300 0.24 0.68
Hex C0 99 C0 0 14 0 19 12C 18 44
Octal 300 231 300 0 24 0 31 454 30 104
Binary 11000000 10011001 11000000 0 10100 0 11001 100101100 11000 1000100

Color Harmonies of #C099C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099C0

Black with #C099C0

Text Example


Text Example

White with #C099C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099C0; }

 p { color: rgb(192,153,192); }

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

background-color css

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

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

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

border-color css

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

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

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