Html Css Color HEX #85525E Cannon Pink

📋 copy color: '#85525E'

red 133 ◦ green 82 ◦ blue 94

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

Shades of Cannon Pink #85525E

Tints of Cannon Pink #85525E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 43.04%
G = 26.54%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85525E (or 0x85525E) is known color: Cannon Pink. HEX triplet: 85, 52 and 5E. RGB value is (133,82,94). Sum of RGB (Red+Green+Blue) = 133+82+94=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85525E is #7AADA1. Grayscale: #626262. Windows color (decimal): -8039842 or 6181509. OLE color: 6181509.

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

Color convert

RGB 133 82 94 -
CMYK 0 0.38 0.29 0.48
HSL 345.88º 0.24% 0.42% -
HSV(B) 345.88º 0.38% 0.52% -
XYZ 14.71 11.83 12.1 -
YUV 98.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 133 82 94 0 0.38 0.29 0.48 345.88 0.24 0.42
Hex 85 52 5E 0 26 1D 30 15A 18 2A
Octal 205 122 136 0 46 35 60 532 30 52
Binary 10000101 1010010 1011110 0 100110 11101 110000 101011010 11000 101010

Color Harmonies of #85525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85525E

Black with #85525E

Text Example


Text Example

White with #85525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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