#C092B7

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

Shades of London Hue #C092B7

Tints of London Hue #C092B7

Color information

#C092B7 (or 0xC092B7) is unknown color: approx London Hue. HEX triplet: C0, 92 and B7. RGB value is (192,146,183). Sum of RGB (Red+Green+Blue) = 192+146+183=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C092B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092B7 is #3F6D48. Grayscale: #A3A3A3. Windows color (decimal): -4156745 or 12030656. OLE color: 12030656.

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

Color convert

RGB192146183-
CMYK00.240.050.25
HSL311.74º26.74%66.27%-
HSV(B)311.74º23.96%75.29%-
XYZ40.5635.1849.45-
YUV163.97138.74147.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=36.85%
G=28.02%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214618300.240.050.25311.7426.7466.27
HexC092B70185191381b42
Octal30022226703053147033102
Binary11000000100100101011011101100010111001100111000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092B7; }

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

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

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

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

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

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

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

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