#C0AEC3

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

Shades of Lola #C0AEC3

Tints of Lola #C0AEC3

Color information

#C0AEC3 (or 0xC0AEC3) is unknown color: approx Lola. HEX triplet: C0, AE and C3. RGB value is (192,174,195). Sum of RGB (Red+Green+Blue) = 192+174+195=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #C0AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEC3 is #3F513C. Grayscale: #B5B5B5. Windows color (decimal): -4149565 or 12824256. OLE color: 12824256.

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

Color convert

RGB192174195-
CMYK0.020.1100.24
HSL291.43º14.89%72.35%-
HSV(B)291.43º10.77%76.47%-
XYZ46.7245.4257.93-
YUV181.78135.46135.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 195 (76.56% from 255) = 34.76%
R=34.22%
G=31.02%
B=34.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921741950.020.1100.24291.4314.8972.35
HexC0AEC32B018123f48
Octal30025630321303044317110
Binary11000000101011101100001110101101100010010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEC3; }

 p { color: rgb(192,174,195); }

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

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

 a { background-color: rgb(192,174,195); }

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

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

 span { border-color: rgb(192,174,195); }

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