#C0ACC3

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

Shades of Lola #C0ACC3

Tints of Lola #C0ACC3

Color information

#C0ACC3 (or 0xC0ACC3) is unknown color: approx Lola. HEX triplet: C0, AC and C3. RGB value is (192,172,195). Sum of RGB (Red+Green+Blue) = 192+172+195=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #C0ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACC3 is #3F533C. Grayscale: #B4B4B4. Windows color (decimal): -4150077 or 12823744. OLE color: 12823744.

HSL color Cylindrical-coordinate representation of color #C0ACC3: hue angle of 292.17º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0ACC3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192172195-
CMYK0.020.1200.24
HSL292.17º16.08%71.96%-
HSV(B)292.17º11.79%76.47%-
XYZ46.3444.6557.81-
YUV180.6136.13136.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=34.35%
G=30.77%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921721950.020.1200.24292.1716.0871.96
HexC0ACC32C0181241048
Octal30025430321403044420110
Binary110000001010110011000011101100011000100100100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACC3; }

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

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

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

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

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

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

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

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