#C081AD

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

Shades of London Hue #C081AD

Tints of London Hue #C081AD

Color information

#C081AD (or 0xC081AD) is unknown color: approx London Hue. HEX triplet: C0, 81 and AD. RGB value is (192,129,173). Sum of RGB (Red+Green+Blue) = 192+129+173=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C081AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C081AD is #3F7E52. Grayscale: #989898. Windows color (decimal): -4161107 or 11370944. OLE color: 11370944.

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

Color convert

RGB192129173-
CMYK00.330.100.25
HSL318.1º33.33%62.94%-
HSV(B)318.1º32.81%75.29%-
XYZ37.1329.9243.35-
YUV152.85139.37155.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=38.87%
G=26.11%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212917300.330.100.25318.133.3362.94
HexC081AD021A1913e213f
Octal30020125504112314764177
Binary1100000010000001101011010100001101011001100111110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C081AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C081AD; }

 p { color: rgb(192,129,173); }

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

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

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

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

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

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

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