Html Css Color HEX #85525F Cannon Pink

📋 copy color: '#85525F'

red 133 ◦ green 82 ◦ blue 95

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

Shades of Cannon Pink #85525F

Tints of Cannon Pink #85525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.65%

R = 42.9%
G = 26.45%
B = 30.65%

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

#85525F (or 0x85525F) is known color: Cannon Pink. HEX triplet: 85, 52 and 5F. RGB value is (133,82,95). Sum of RGB (Red+Green+Blue) = 133+82+95=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85525F is #7AADA0. Grayscale: #626262. Windows color (decimal): -8039841 or 6247045. OLE color: 6247045.

HSL color Cylindrical-coordinate representation of color #85525F: hue angle of 344.71º 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 #85525F is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 95 -
CMYK 0 0.38 0.29 0.48
HSL 344.71º 0.24% 0.42% -
HSV(B) 344.71º 0.38% 0.52% -
XYZ 14.76 11.85 12.34 -
YUV 98.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 133 82 95 0 0.38 0.29 0.48 344.71 0.24 0.42
Hex 85 52 5F 0 26 1D 30 159 18 2A
Octal 205 122 137 0 46 35 60 531 30 52
Binary 10000101 1010010 1011111 0 100110 11101 110000 101011001 11000 101010

Color Harmonies of #85525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85525F

Black with #85525F

Text Example


Text Example

White with #85525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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