Html Css Color HEX #85505E Cannon Pink

📋 copy color: '#85505E'

red 133 ◦ green 80 ◦ blue 94

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

Shades of Cannon Pink #85505E

Tints of Cannon Pink #85505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 43.32%
G = 26.06%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85505E (or 0x85505E) is known color: Cannon Pink. HEX triplet: 85, 50 and 5E. RGB value is (133,80,94). Sum of RGB (Red+Green+Blue) = 133+80+94=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85505E is #7AAFA1. Grayscale: #616161. Windows color (decimal): -8040354 or 6180997. OLE color: 6180997.

HSL color Cylindrical-coordinate representation of color #85505E: hue angle of 344.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85505E is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 94 -
CMYK 0 0.40 0.29 0.48
HSL 344.15º 0.25% 0.42% -
HSV(B) 344.15º 0.4% 0.52% -
XYZ 14.56 11.53 12.05 -
YUV 97.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 133 80 94 0 0.40 0.29 0.48 344.15 0.25 0.42
Hex 85 50 5E 0 28 1D 30 158 19 2A
Octal 205 120 136 0 50 35 60 530 31 52
Binary 10000101 1010000 1011110 0 101000 11101 110000 101011000 11001 101010

Color Harmonies of #85505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85505E

Black with #85505E

Text Example


Text Example

White with #85505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85505E; }

 p { color: rgb(133,80,94); }

 H1.HeaderClassName
 {
   color: #85505E;
 }
 .AnyTagClassName
 {
   color: #85505E;
 }
</style>

background-color css

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

 a { background-color: rgb(133,80,94); }

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

border-color css

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

 span { border-color: rgb(133,80,94); }

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