Html Css Color HEX #855B5F Cannon Pink

📋 copy color: '#855B5F'

red 133 ◦ green 91 ◦ blue 95

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

Shades of Cannon Pink #855B5F

Tints of Cannon Pink #855B5F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.53%

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

R = 41.69%
G = 28.53%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#855B5F (or 0x855B5F) is known color: Cannon Pink. HEX triplet: 85, 5B and 5F. RGB value is (133,91,95). Sum of RGB (Red+Green+Blue) = 133+91+95=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #855B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B5F is #7AA4A0. Grayscale: #686868. Windows color (decimal): -8037537 or 6249349. OLE color: 6249349.

HSL color Cylindrical-coordinate representation of color #855B5F: hue angle of 354.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855B5F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 91 95 -
CMYK 0 0.32 0.29 0.48
HSL 354.29º 0.19% 0.44% -
HSV(B) 354.29º 0.32% 0.52% -
XYZ 15.48 13.29 12.58 -
YUV 104.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 133 91 95 0 0.32 0.29 0.48 354.29 0.19 0.44
Hex 85 5B 5F 0 20 1D 30 162 13 2C
Octal 205 133 137 0 40 35 60 542 23 54
Binary 10000101 1011011 1011111 0 100000 11101 110000 101100010 10011 101100

Color Harmonies of #855B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B5F

Black with #855B5F

Text Example


Text Example

White with #855B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855B5F; }

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

 H1.HeaderClassName
 {
   color: #855B5F;
 }
 .AnyTagClassName
 {
   color: #855B5F;
 }
</style>

background-color css

<style>
 a { background-color: #855B5F; }

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

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

border-color css

<style>
 span { border-color: #855B5F; }

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

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