Html Css Color HEX #85495D Cannon Pink

📋 copy color: '#85495D'

red 133 ◦ green 73 ◦ blue 93

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

Shades of Cannon Pink #85495D

Tints of Cannon Pink #85495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

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

R = 44.48%
G = 24.41%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85495D (or 0x85495D) is known color: Cannon Pink. HEX triplet: 85, 49 and 5D. RGB value is (133,73,93). Sum of RGB (Red+Green+Blue) = 133+73+93=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85495D is #7AB6A2. Grayscale: #5D5D5D. Windows color (decimal): -8042147 or 6113669. OLE color: 6113669.

HSL color Cylindrical-coordinate representation of color #85495D: hue angle of 340º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85495D is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 93 -
CMYK 0 0.45 0.30 0.48
HSL 340º 0.29% 0.4% -
HSV(B) 340º 0.45% 0.52% -
XYZ 14.03 10.54 11.65 -
YUV 93.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 133 73 93 0 0.45 0.30 0.48 340 0.29 0.4
Hex 85 49 5D 0 2D 1E 30 154 1D 28
Octal 205 111 135 0 55 36 60 524 35 50
Binary 10000101 1001001 1011101 0 101101 11110 110000 101010100 11101 101000

Color Harmonies of #85495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85495D

Black with #85495D

Text Example


Text Example

White with #85495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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