#C0A8C5

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

Shades of Lola #C0A8C5

Tints of Lola #C0A8C5

Color information

#C0A8C5 (or 0xC0A8C5) is unknown color: approx Lola. HEX triplet: C0, A8 and C5. RGB value is (192,168,197). Sum of RGB (Red+Green+Blue) = 192+168+197=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #C0A8C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A8C5 is #3F573A. Grayscale: #B2B2B2. Windows color (decimal): -4151099 or 12953792. OLE color: 12953792.

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

Color convert

RGB192168197-
CMYK0.030.1500.23
HSL289.66º20%71.57%-
HSV(B)289.66º14.72%77.25%-
XYZ45.8243.2458.76-
YUV178.48138.45137.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=34.47%
G=30.16%
B=35.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921681970.030.1500.23289.662071.57
HexC0A8C53F0171221448
Octal30025030531702744224110
Binary110000001010100011000101111111010111100100010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A8C5; }

 p { color: rgb(192,168,197); }

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

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

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

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

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

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

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