#C0AEC0

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

Shades of Lola #C0AEC0

Tints of Lola #C0AEC0

Color information

#C0AEC0 (or 0xC0AEC0) is unknown color: approx Lola. HEX triplet: C0, AE and C0. RGB value is (192,174,192). Sum of RGB (Red+Green+Blue) = 192+174+192=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C0AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEC0 is #3F513F. Grayscale: #B5B5B5. Windows color (decimal): -4149568 or 12627648. OLE color: 12627648.

HSL color Cylindrical-coordinate representation of color #C0AEC0: hue angle of 300º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AEC0 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192174192-
CMYK00.0900.25
HSL300º12.5%71.76%-
HSV(B)300º9.38%75.29%-
XYZ46.3945.2856.16-
YUV181.43133.96135.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.41%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 192 (75.39% from 255) = 34.41%
R=34.41%
G=31.18%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217419200.0900.2530012.571.76
HexC0AEC00901912cc48
Octal30025630001103145414110
Binary1100000010101110110000000100101100110010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEC0; }

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

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

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

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

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

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

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

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