#C2AFC7

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

Shades of Lola #C2AFC7

Tints of Lola #C2AFC7

Color information

#C2AFC7 (or 0xC2AFC7) is unknown color: approx Lola. HEX triplet: C2, AF and C7. RGB value is (194,175,199). Sum of RGB (Red+Green+Blue) = 194+175+199=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 199 - color contains mainly: blue. Hex color #C2AFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC7 is #3D5038. Grayscale: #B7B7B7. Windows color (decimal): -4018233 or 13086658. OLE color: 13086658.

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

Color convert

RGB194175199-
CMYK0.030.1200.22
HSL287.5º17.65%73.33%-
HSV(B)287.5º12.06%78.04%-
XYZ47.8946.2560.44-
YUV183.42136.79135.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=34.15%
G=30.81%
B=35.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941751990.030.1200.22287.517.6573.33
HexC2AFC73C0161201249
Octal30225730731402644022111
Binary110000101010111111000111111100010110100100000100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFC7; }

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

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

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

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

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

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

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

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