#C092BA

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

Shades of London Hue #C092BA

Tints of London Hue #C092BA

Color information

#C092BA (or 0xC092BA) is unknown color: approx London Hue. HEX triplet: C0, 92 and BA. RGB value is (192,146,186). Sum of RGB (Red+Green+Blue) = 192+146+186=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C092BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092BA is #3F6D45. Grayscale: #A4A4A4. Windows color (decimal): -4156742 or 12227264. OLE color: 12227264.

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

Color convert

RGB192146186-
CMYK00.240.030.25
HSL307.83º26.74%66.27%-
HSV(B)307.83º23.96%75.29%-
XYZ40.8835.3151.12-
YUV164.31140.24147.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=36.64%
G=27.86%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214618600.240.030.25307.8326.7466.27
HexC092BA0183191341b42
Octal30022227203033146433102
Binary1100000010010010101110100110001111001100110100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092BA; }

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

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

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

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

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

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

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

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