Html Css Color HEX #85536A Cannon Pink

📋 copy color: '#85536A'

red 133 ◦ green 83 ◦ blue 106

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

Shades of Cannon Pink #85536A

Tints of Cannon Pink #85536A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 41.3%
G = 25.78%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85536A (or 0x85536A) is known color: Cannon Pink. HEX triplet: 85, 53 and 6A. RGB value is (133,83,106). Sum of RGB (Red+Green+Blue) = 133+83+106=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85536A is #7AAC95. Grayscale: #646464. Windows color (decimal): -8039574 or 6968197. OLE color: 6968197.

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

Color convert

RGB 133 83 106 -
CMYK 0 0.38 0.20 0.48
HSL 332.4º 0.23% 0.42% -
HSV(B) 332.4º 0.38% 0.52% -
XYZ 15.37 12.21 15.18 -
YUV 100.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 133 83 106 0 0.38 0.20 0.48 332.4 0.23 0.42
Hex 85 53 6A 0 26 14 30 14C 17 2A
Octal 205 123 152 0 46 24 60 514 27 52
Binary 10000101 1010011 1101010 0 100110 10100 110000 101001100 10111 101010

Color Harmonies of #85536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85536A

Black with #85536A

Text Example


Text Example

White with #85536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,83,106); }

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

background-color css

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

 a { background-color: rgb(133,83,106); }

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

border-color css

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

 span { border-color: rgb(133,83,106); }

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