#C2AFC4

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

Shades of Lola #C2AFC4

Tints of Lola #C2AFC4

Color information

#C2AFC4 (or 0xC2AFC4) is unknown color: approx Lola. HEX triplet: C2, AF and C4. RGB value is (194,175,196). Sum of RGB (Red+Green+Blue) = 194+175+196=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 196 - color contains mainly: blue. Hex color #C2AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC4 is #3D503B. Grayscale: #B7B7B7. Windows color (decimal): -4018236 or 12890050. OLE color: 12890050.

HSL color Cylindrical-coordinate representation of color #C2AFC4: hue angle of 294.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2AFC4 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB194175196-
CMYK0.010.1100.23
HSL294.29º15.11%72.75%-
HSV(B)294.29º10.71%76.86%-
XYZ47.5446.1158.62-
YUV183.08135.29135.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.34%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 196 (76.95% from 255) = 34.69%
R=34.34%
G=30.97%
B=34.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941751960.010.1100.23294.2915.1172.75
HexC2AFC41B017126f49
Octal30225730411302744617111
Binary1100001010101111110001001101101011110010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFC4; }

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

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

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

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

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

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

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

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