Html Css Color HEX #85555F Cannon Pink

📋 copy color: '#85555F'

red 133 ◦ green 85 ◦ blue 95

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

Shades of Cannon Pink #85555F

Tints of Cannon Pink #85555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 42.49%
G = 27.16%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85555F (or 0x85555F) is known color: Cannon Pink. HEX triplet: 85, 55 and 5F. RGB value is (133,85,95). Sum of RGB (Red+Green+Blue) = 133+85+95=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85555F is #7AAAA0. Grayscale: #646464. Windows color (decimal): -8039073 or 6247813. OLE color: 6247813.

HSL color Cylindrical-coordinate representation of color #85555F: hue angle of 347.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85555F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 95 -
CMYK 0 0.36 0.29 0.48
HSL 347.5º 0.22% 0.43% -
HSV(B) 347.5º 0.36% 0.52% -
XYZ 14.99 12.31 12.41 -
YUV 100.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 133 85 95 0 0.36 0.29 0.48 347.5 0.22 0.43
Hex 85 55 5F 0 24 1D 30 15C 16 2B
Octal 205 125 137 0 44 35 60 534 26 53
Binary 10000101 1010101 1011111 0 100100 11101 110000 101011100 10110 101011

Color Harmonies of #85555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85555F

Black with #85555F

Text Example


Text Example

White with #85555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85555F; }

 p { color: rgb(133,85,95); }

 H1.HeaderClassName
 {
   color: #85555F;
 }
 .AnyTagClassName
 {
   color: #85555F;
 }
</style>

background-color css

<style>
 a { background-color: #85555F; }

 a { background-color: rgb(133,85,95); }

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

border-color css

<style>
 span { border-color: #85555F; }

 span { border-color: rgb(133,85,95); }

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