#85515C

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

Shades of Cannon Pink #85515C

Tints of Cannon Pink #85515C

Color information

#85515C (or 0x85515C) is unknown color: approx Cannon Pink. HEX triplet: 85, 51 and 5C. RGB value is (133,81,92). Sum of RGB (Red+Green+Blue) = 133+81+92=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85515C is #7AAEA3. Grayscale: #616161. Windows color (decimal): -8040100 or 6050181. OLE color: 6050181.

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

Color convert

RGB1338192-
CMYK00.390.310.48
HSL347.31º24.3%41.96%-
HSV(B)347.31º39.1%52.16%-
XYZ14.5511.6411.61-
YUV97.8124.73153.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=43.46%
G=26.47%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133819200.390.310.48347.3124.341.96
Hex85515C0271F3015b182a
Octal20512113404737605333052
Binary100001011010001101110001001111111111000010101101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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