#C2AFC6

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

Shades of Lola #C2AFC6

Tints of Lola #C2AFC6

Color information

#C2AFC6 (or 0xC2AFC6) is unknown color: approx Lola. HEX triplet: C2, AF and C6. RGB value is (194,175,198). Sum of RGB (Red+Green+Blue) = 194+175+198=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 175 (68.75% from 255 or 30.86% 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 #C2AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC6 is #3D5039. Grayscale: #B7B7B7. Windows color (decimal): -4018234 or 13021122. OLE color: 13021122.

HSL color Cylindrical-coordinate representation of color #C2AFC6: hue angle of 289.57º 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 #C2AFC6 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194175198-
CMYK0.020.1200.22
HSL289.57º16.79%73.14%-
HSV(B)289.57º11.62%77.65%-
XYZ47.7746.2159.83-
YUV183.3136.29135.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=34.22%
G=30.86%
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
Decimal1941751980.020.1200.22289.5716.7973.14
HexC2AFC62C0161221149
Octal30225730621402644221111
Binary110000101010111111000110101100010110100100010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFC6; }

 p { color: rgb(194,175,198); }

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

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

 a { background-color: rgb(194,175,198); }

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

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

 span { border-color: rgb(194,175,198); }

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