Html Css Color HEX #855A5E Cannon Pink

📋 copy color: '#855A5E'

red 133 ◦ green 90 ◦ blue 94

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

Shades of Cannon Pink #855A5E

Tints of Cannon Pink #855A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 41.96%
G = 28.39%
B = 29.65%

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

#855A5E (or 0x855A5E) is known color: Cannon Pink. HEX triplet: 85, 5A and 5E. RGB value is (133,90,94). Sum of RGB (Red+Green+Blue) = 133+90+94=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A5E is #7AA5A1. Grayscale: #676767. Windows color (decimal): -8037794 or 6183557. OLE color: 6183557.

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

Color convert

RGB 133 90 94 -
CMYK 0 0.32 0.29 0.48
HSL 354.42º 0.19% 0.44% -
HSV(B) 354.42º 0.32% 0.52% -
XYZ 15.35 13.11 12.31 -
YUV 103.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 133 90 94 0 0.32 0.29 0.48 354.42 0.19 0.44
Hex 85 5A 5E 0 20 1D 30 162 13 2C
Octal 205 132 136 0 40 35 60 542 23 54
Binary 10000101 1011010 1011110 0 100000 11101 110000 101100010 10011 101100

Color Harmonies of #855A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A5E

Black with #855A5E

Text Example


Text Example

White with #855A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,90,94); }

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

background-color css

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

 a { background-color: rgb(133,90,94); }

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

border-color css

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

 span { border-color: rgb(133,90,94); }

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