#C07ABB

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

Shades of London Hue #C07ABB

Tints of London Hue #C07ABB

Color information

#C07ABB (or 0xC07ABB) is unknown color: approx London Hue. HEX triplet: C0, 7A and BB. RGB value is (192,122,187). Sum of RGB (Red+Green+Blue) = 192+122+187=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C07ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ABB is #3F8544. Grayscale: #969696. Windows color (decimal): -4162885 or 12286656. OLE color: 12286656.

HSL color Cylindrical-coordinate representation of color #C07ABB: hue angle of 304.29º 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 #C07ABB is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192122187-
CMYK00.360.030.25
HSL304.29º35.71%61.57%-
HSV(B)304.29º36.46%75.29%-
XYZ37.6728.7150.57-
YUV150.34148.69157.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 122 (48.05% from 255) = 24.35%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=38.32%
G=24.35%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212218700.360.030.25304.2935.7161.57
HexC07ABB024319130243e
Octal3001722730443314604476
Binary1100000011110101011101101001001111001100110000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07ABB; }

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

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

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

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

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

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

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

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