Html Css Color HEX #85586A Cannon Pink

📋 copy color: '#85586A'

red 133 ◦ green 88 ◦ blue 106

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

Shades of Cannon Pink #85586A

Tints of Cannon Pink #85586A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

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

R = 40.67%
G = 26.91%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85586A (or 0x85586A) is known color: Cannon Pink. HEX triplet: 85, 58 and 6A. RGB value is (133,88,106). Sum of RGB (Red+Green+Blue) = 133+88+106=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85586A is #7AA795. Grayscale: #676767. Windows color (decimal): -8038294 or 6969477. OLE color: 6969477.

HSL color Cylindrical-coordinate representation of color #85586A: hue angle of 336º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85586A is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 106 -
CMYK 0 0.34 0.20 0.48
HSL 336º 0.2% 0.43% -
HSV(B) 336º 0.34% 0.52% -
XYZ 15.76 13.01 15.32 -
YUV 103.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 133 88 106 0 0.34 0.20 0.48 336 0.2 0.43
Hex 85 58 6A 0 22 14 30 150 14 2B
Octal 205 130 152 0 42 24 60 520 24 53
Binary 10000101 1011000 1101010 0 100010 10100 110000 101010000 10100 101011

Color Harmonies of #85586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85586A

Black with #85586A

Text Example


Text Example

White with #85586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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