Html Css Color HEX #85485D Cannon Pink

📋 copy color: '#85485D'

red 133 ◦ green 72 ◦ blue 93

#85485D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #85485D

Tints of Cannon Pink #85485D

RGB

 RED value IS 133 (52.34% from 255) = 44.63%

 GREEN value IS 72 (28.52% from 255) = 24.16%

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 44.63%
G = 24.16%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85485D (or 0x85485D) is known color: Cannon Pink. HEX triplet: 85, 48 and 5D. RGB value is (133,72,93). Sum of RGB (Red+Green+Blue) = 133+72+93=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85485D is #7AB7A2. Grayscale: #5C5C5C. Windows color (decimal): -8042403 or 6113413. OLE color: 6113413.

HSL color Cylindrical-coordinate representation of color #85485D: hue angle of 339.34º 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 #85485D is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 93 -
CMYK 0 0.46 0.30 0.48
HSL 339.34º 0.3% 0.4% -
HSV(B) 339.34º 0.46% 0.52% -
XYZ 13.97 10.41 11.63 -
YUV 92.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 133 72 93 0 0.46 0.30 0.48 339.34 0.3 0.4
Hex 85 48 5D 0 2E 1E 30 153 1E 28
Octal 205 110 135 0 56 36 60 523 36 50
Binary 10000101 1001000 1011101 0 101110 11110 110000 101010011 11110 101000

Color Harmonies of #85485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85485D

Black with #85485D

Text Example


Text Example

White with #85485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85485D;
 }
 .AnyTagClassName
 {
   color: #85485D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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