Html Css Color HEX #85566D Cannon Pink

📋 copy color: '#85566D'

red 133 ◦ green 86 ◦ blue 109

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

Shades of Cannon Pink #85566D

Tints of Cannon Pink #85566D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.23%

R = 40.55%
G = 26.22%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85566D (or 0x85566D) is known color: Cannon Pink. HEX triplet: 85, 56 and 6D. RGB value is (133,86,109). Sum of RGB (Red+Green+Blue) = 133+86+109=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85566D is #7AA992. Grayscale: #666666. Windows color (decimal): -8038803 or 7165573. OLE color: 7165573.

HSL color Cylindrical-coordinate representation of color #85566D: hue angle of 330.64º 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 #85566D is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 109 -
CMYK 0 0.35 0.18 0.48
HSL 330.64º 0.21% 0.43% -
HSV(B) 330.64º 0.35% 0.52% -
XYZ 15.76 12.75 16.1 -
YUV 102.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 133 86 109 0 0.35 0.18 0.48 330.64 0.21 0.43
Hex 85 56 6D 0 23 12 30 14B 15 2B
Octal 205 126 155 0 43 22 60 513 25 53
Binary 10000101 1010110 1101101 0 100011 10010 110000 101001011 10101 101011

Color Harmonies of #85566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85566D

Black with #85566D

Text Example


Text Example

White with #85566D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85566D; }

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

 H1.HeaderClassName
 {
   color: #85566D;
 }
 .AnyTagClassName
 {
   color: #85566D;
 }
</style>

background-color css

<style>
 a { background-color: #85566D; }

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

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

border-color css

<style>
 span { border-color: #85566D; }

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

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