#C08ACB

Color #C08ACB Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C08ACB

Tints of Lilac #C08ACB

Color information

#C08ACB (or 0xC08ACB) is unknown color: approx Lilac. HEX triplet: C0, 8A and CB. RGB value is (192,138,203). Sum of RGB (Red+Green+Blue) = 192+138+203=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #C08ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ACB is #3F7534. Grayscale: #A1A1A1. Windows color (decimal): -4158773 or 13339328. OLE color: 13339328.

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

Color convert

RGB192138203-
CMYK0.050.3200.20
HSL289.85º38.46%66.86%-
HSV(B)289.85º32.02%79.61%-
XYZ41.6133.760.81-
YUV161.56151.39149.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=36.02%
G=25.89%
B=38.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921382030.050.3200.20289.8538.4666.86
HexC08ACB5200141222643
Octal30021231354002444246103
Binary1100000010001010110010111011000000101001001000101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08ACB; }

 p { color: rgb(192,138,203); }

 H1.HeaderClassName
 {
   color: #C08ACB;
 }
 .AnyTagClassName
 {
   color: #C08ACB;
 }
</style>
background-color css

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

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

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

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

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

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