Html Css Color HEX #85565C Cannon Pink

📋 copy color: '#85565C'

red 133 ◦ green 86 ◦ blue 92

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

Shades of Cannon Pink #85565C

Tints of Cannon Pink #85565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 42.77%
G = 27.65%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85565C (or 0x85565C) is known color: Cannon Pink. HEX triplet: 85, 56 and 5C. RGB value is (133,86,92). Sum of RGB (Red+Green+Blue) = 133+86+92=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85565C is #7AA9A3. Grayscale: #646464. Windows color (decimal): -8038820 or 6051461. OLE color: 6051461.

HSL color Cylindrical-coordinate representation of color #85565C: hue angle of 352.34º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85565C is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 92 -
CMYK 0 0.35 0.31 0.48
HSL 352.34º 0.21% 0.43% -
HSV(B) 352.34º 0.35% 0.52% -
XYZ 14.93 12.41 11.73 -
YUV 100.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 133 86 92 0 0.35 0.31 0.48 352.34 0.21 0.43
Hex 85 56 5C 0 23 1F 30 160 15 2B
Octal 205 126 134 0 43 37 60 540 25 53
Binary 10000101 1010110 1011100 0 100011 11111 110000 101100000 10101 101011

Color Harmonies of #85565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85565C

Black with #85565C

Text Example


Text Example

White with #85565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85565C; }

 p { color: rgb(133,86,92); }

 H1.HeaderClassName
 {
   color: #85565C;
 }
 .AnyTagClassName
 {
   color: #85565C;
 }
</style>

background-color css

<style>
 a { background-color: #85565C; }

 a { background-color: rgb(133,86,92); }

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

border-color css

<style>
 span { border-color: #85565C; }

 span { border-color: rgb(133,86,92); }

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