#85485C

Color #85485C Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #85485C

Tints of Cannon Pink #85485C

Color information

#85485C (or 0x85485C) is unknown color: approx Cannon Pink. HEX triplet: 85, 48 and 5C. RGB value is (133,72,92). Sum of RGB (Red+Green+Blue) = 133+72+92=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85485C is #7AB7A3. Grayscale: #5C5C5C. Windows color (decimal): -8042404 or 6047877. OLE color: 6047877.

HSL color Cylindrical-coordinate representation of color #85485C: hue angle of 340.33º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85485C is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1337292-
CMYK00.460.310.48
HSL340.33º29.76%40.2%-
HSV(B)340.33º45.86%52.16%-
XYZ13.9210.3911.4-
YUV92.52127.71156.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=44.78%
G=24.24%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133729200.460.310.48340.3329.7640.2
Hex85485C02E1F301541e28
Octal20511013405637605243650
Binary100001011001000101110001011101111111000010101010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85485C; }

 p { color: rgb(133,72,92); }

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

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

 a { background-color: rgb(133,72,92); }

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

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

 span { border-color: rgb(133,72,92); }

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