#C1AFC5

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

Shades of Lola #C1AFC5

Tints of Lola #C1AFC5

Color information

#C1AFC5 (or 0xC1AFC5) is unknown color: approx Lola. HEX triplet: C1, AF and C5. RGB value is (193,175,197). Sum of RGB (Red+Green+Blue) = 193+175+197=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 197 - color contains mainly: blue. Hex color #C1AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFC5 is #3E503A. Grayscale: #B6B6B6. Windows color (decimal): -4083771 or 12955585. OLE color: 12955585.

HSL color Cylindrical-coordinate representation of color #C1AFC5: hue angle of 289.09º degrees, saturation: 0.16, 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 #C1AFC5 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB193175197-
CMYK0.020.1100.23
HSL289.09º15.94%72.94%-
HSV(B)289.09º11.17%77.25%-
XYZ47.446.0359.21-
YUV182.89135.96135.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.16%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 197 (77.34% from 255) = 34.87%
R=34.16%
G=30.97%
B=34.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931751970.020.1100.23289.0915.9472.94
HexC1AFC52B0171211049
Octal30125730521302744120111
Binary110000011010111111000101101011010111100100001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFC5; }

 p { color: rgb(193,175,197); }

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

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

 a { background-color: rgb(193,175,197); }

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

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

 span { border-color: rgb(193,175,197); }

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