#C2AAC8

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

Shades of Lola #C2AAC8

Tints of Lola #C2AAC8

Color information

#C2AAC8 (or 0xC2AAC8) is unknown color: approx Lola. HEX triplet: C2, AA and C8. RGB value is (194,170,200). Sum of RGB (Red+Green+Blue) = 194+170+200=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #C2AAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAC8 is #3D5537. Grayscale: #B4B4B4. Windows color (decimal): -4019512 or 13150914. OLE color: 13150914.

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

Color convert

RGB194170200-
CMYK0.030.1500.22
HSL288º21.43%72.55%-
HSV(B)288º15%78.43%-
XYZ47.0544.3960.73-
YUV180.6138.95137.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=34.40%
G=30.14%
B=35.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941702000.030.1500.2228821.4372.55
HexC2AAC83F0161201549
Octal30225231031702644025111
Binary110000101010101011001000111111010110100100000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAC8; }

 p { color: rgb(194,170,200); }

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

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

 a { background-color: rgb(194,170,200); }

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

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

 span { border-color: rgb(194,170,200); }

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