#C0ACC5

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

Shades of Lola #C0ACC5

Tints of Lola #C0ACC5

Color information

#C0ACC5 (or 0xC0ACC5) is unknown color: approx Lola. HEX triplet: C0, AC and C5. RGB value is (192,172,197). Sum of RGB (Red+Green+Blue) = 192+172+197=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #C0ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACC5 is #3F533A. Grayscale: #B4B4B4. Windows color (decimal): -4150075 or 12954816. OLE color: 12954816.

HSL color Cylindrical-coordinate representation of color #C0ACC5: hue angle of 288º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0ACC5 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192172197-
CMYK0.030.1300.23
HSL288º17.73%72.35%-
HSV(B)288º12.69%77.25%-
XYZ46.5744.7459.01-
YUV180.83137.13135.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=34.22%
G=30.66%
B=35.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921721970.030.1300.2328817.7372.35
HexC0ACC53D0171201248
Octal30025430531502744022110
Binary110000001010110011000101111101010111100100000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACC5; }

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

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

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

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

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

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

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

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