Html Css Color HEX #85525A Cannon Pink

📋 copy color: '#85525A'

red 133 ◦ green 82 ◦ blue 90

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

Shades of Cannon Pink #85525A

Tints of Cannon Pink #85525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 43.61%
G = 26.89%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85525A (or 0x85525A) is known color: Cannon Pink. HEX triplet: 85, 52 and 5A. RGB value is (133,82,90). Sum of RGB (Red+Green+Blue) = 133+82+90=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85525A is #7AADA5. Grayscale: #626262. Windows color (decimal): -8039846 or 5919365. OLE color: 5919365.

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

Color convert

RGB 133 82 90 -
CMYK 0 0.38 0.32 0.48
HSL 350.59º 0.24% 0.42% -
HSV(B) 350.59º 0.38% 0.52% -
XYZ 14.54 11.76 11.18 -
YUV 98.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 133 82 90 0 0.38 0.32 0.48 350.59 0.24 0.42
Hex 85 52 5A 0 26 20 30 15F 18 2A
Octal 205 122 132 0 46 40 60 537 30 52
Binary 10000101 1010010 1011010 0 100110 100000 110000 101011111 11000 101010

Color Harmonies of #85525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85525A

Black with #85525A

Text Example


Text Example

White with #85525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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