#C07AB8

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

Shades of London Hue #C07AB8

Tints of London Hue #C07AB8

Color information

#C07AB8 (or 0xC07AB8) is unknown color: approx London Hue. HEX triplet: C0, 7A and B8. RGB value is (192,122,184). Sum of RGB (Red+Green+Blue) = 192+122+184=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AB8 is #3F8547. Grayscale: #959595. Windows color (decimal): -4162888 or 12090048. OLE color: 12090048.

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

Color convert

RGB192122184-
CMYK00.360.040.25
HSL306.86º35.71%61.57%-
HSV(B)306.86º36.46%75.29%-
XYZ37.3528.5948.9-
YUV150147.19157.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 184 (72.27% from 255) = 36.95%
R=38.55%
G=24.50%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212218400.360.040.25306.8635.7161.57
HexC07AB8024419133243e
Octal3001722700444314634476
Binary11000000111101010111000010010010011001100110011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AB8; }

 p { color: rgb(192,122,184); }

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

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

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

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

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

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

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