#C0AFC1

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

Shades of Lola #C0AFC1

Tints of Lola #C0AFC1

Color information

#C0AFC1 (or 0xC0AFC1) is unknown color: approx Lola. HEX triplet: C0, AF and C1. RGB value is (192,175,193). Sum of RGB (Red+Green+Blue) = 192+175+193=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFC1 is #3F503E. Grayscale: #B6B6B6. Windows color (decimal): -4149311 or 12693440. OLE color: 12693440.

HSL color Cylindrical-coordinate representation of color #C0AFC1: hue angle of 296.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AFC1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192175193-
CMYK0.010.0900.24
HSL296.67º12.68%72.16%-
HSV(B)296.67º9.33%75.69%-
XYZ46.6945.7256.82-
YUV182.14134.13135.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.29%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=34.29%
G=31.25%
B=34.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921751930.010.0900.24296.6712.6872.16
HexC0AFC119018129d48
Octal30025730111103045115110
Binary1100000010101111110000011100101100010010100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFC1; }

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

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

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

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

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

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

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

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