#C3AEC6

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

Shades of Lola #C3AEC6

Tints of Lola #C3AEC6

Color information

#C3AEC6 (or 0xC3AEC6) is unknown color: approx Lola. HEX triplet: C3, AE and C6. RGB value is (195,174,198). Sum of RGB (Red+Green+Blue) = 195+174+198=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEC6 is #3C5139. Grayscale: #B6B6B6. Windows color (decimal): -3952954 or 13020867. OLE color: 13020867.

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

Color convert

RGB195174198-
CMYK0.020.1200.22
HSL292.5º17.39%72.94%-
HSV(B)292.5º12.12%77.65%-
XYZ47.8345.9559.77-
YUV183.02136.46136.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.39%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=34.39%
G=30.69%
B=34.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951741980.020.1200.22292.517.3972.94
HexC3AEC62C0161241149
Octal30325630621402644421111
Binary110000111010111011000110101100010110100100100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AEC6; }

 p { color: rgb(195,174,198); }

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

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

 a { background-color: rgb(195,174,198); }

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

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

 span { border-color: rgb(195,174,198); }

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