#C079BA

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

Shades of London Hue #C079BA

Tints of London Hue #C079BA

Color information

#C079BA (or 0xC079BA) is unknown color: approx London Hue. HEX triplet: C0, 79 and BA. RGB value is (192,121,186). Sum of RGB (Red+Green+Blue) = 192+121+186=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C079BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079BA is #3F8645. Grayscale: #959595. Windows color (decimal): -4163142 or 12220864. OLE color: 12220864.

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

Color convert

RGB192121186-
CMYK00.370.030.25
HSL305.07º36.04%61.37%-
HSV(B)305.07º36.98%75.29%-
XYZ37.4428.4349.97-
YUV149.64148.52158.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 121 (47.66% from 255) = 24.25%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=38.48%
G=24.25%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212118600.370.030.25305.0736.0461.37
HexC079BA025319131243d
Octal3001712720453314614475
Binary1100000011110011011101001001011111001100110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079BA; }

 p { color: rgb(192,121,186); }

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

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

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

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

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

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

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