#C0ACC6

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

Shades of Lola #C0ACC6

Tints of Lola #C0ACC6

Color information

#C0ACC6 (or 0xC0ACC6) is unknown color: approx Lola. HEX triplet: C0, AC and C6. RGB value is (192,172,198). Sum of RGB (Red+Green+Blue) = 192+172+198=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #C0ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACC6 is #3F5339. Grayscale: #B4B4B4. Windows color (decimal): -4150074 or 13020352. OLE color: 13020352.

HSL color Cylindrical-coordinate representation of color #C0ACC6: hue angle of 286.15º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0ACC6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192172198-
CMYK0.030.1300.22
HSL286.15º18.57%72.55%-
HSV(B)286.15º13.13%77.65%-
XYZ46.6844.7959.61-
YUV180.94137.63135.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 198 (77.73% from 255) = 35.23%
R=34.16%
G=30.60%
B=35.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921721980.030.1300.22286.1518.5772.55
HexC0ACC63D01611e1349
Octal30025430631502643623111
Binary110000001010110011000110111101010110100011110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACC6; }

 p { color: rgb(192,172,198); }

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

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

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

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

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

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

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