Html Css Color HEX #85575F Cannon Pink

📋 copy color: '#85575F'

red 133 ◦ green 87 ◦ blue 95

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

Shades of Cannon Pink #85575F

Tints of Cannon Pink #85575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

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

R = 42.22%
G = 27.62%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85575F (or 0x85575F) is known color: Cannon Pink. HEX triplet: 85, 57 and 5F. RGB value is (133,87,95). Sum of RGB (Red+Green+Blue) = 133+87+95=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #85575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85575F is #7AA8A0. Grayscale: #656565. Windows color (decimal): -8038561 or 6248325. OLE color: 6248325.

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

Color convert

RGB 133 87 95 -
CMYK 0 0.35 0.29 0.48
HSL 349.57º 0.21% 0.43% -
HSV(B) 349.57º 0.35% 0.52% -
XYZ 15.15 12.63 12.47 -
YUV 101.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 133 87 95 0 0.35 0.29 0.48 349.57 0.21 0.43
Hex 85 57 5F 0 23 1D 30 15E 15 2B
Octal 205 127 137 0 43 35 60 536 25 53
Binary 10000101 1010111 1011111 0 100011 11101 110000 101011110 10101 101011

Color Harmonies of #85575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85575F

Black with #85575F

Text Example


Text Example

White with #85575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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