#C085AF

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

Shades of London Hue #C085AF

Tints of London Hue #C085AF

Color information

#C085AF (or 0xC085AF) is unknown color: approx London Hue. HEX triplet: C0, 85 and AF. RGB value is (192,133,175). Sum of RGB (Red+Green+Blue) = 192+133+175=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C085AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C085AF is #3F7A50. Grayscale: #9B9B9B. Windows color (decimal): -4160081 or 11503040. OLE color: 11503040.

HSL color Cylindrical-coordinate representation of color #C085AF: hue angle of 317.29º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C085AF is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192133175-
CMYK00.310.090.25
HSL317.29º31.89%63.73%-
HSV(B)317.29º30.73%75.29%-
XYZ37.8631.0844.56-
YUV155.43139.05154.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 175 (68.75% from 255) = 35%
R=38.4%
G=26.6%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213317500.310.090.25317.2931.8963.73
HexC085AF01F91913d2040
Octal300205257037113147540100
Binary1100000010000101101011110111111001110011001111011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085AF; }

 p { color: rgb(192,133,175); }

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

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

 a { background-color: rgb(192,133,175); }

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

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

 span { border-color: rgb(192,133,175); }

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