Html Css Color HEX #854C5E Cannon Pink

📋 copy color: '#854C5E'

red 133 ◦ green 76 ◦ blue 94

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

Shades of Cannon Pink #854C5E

Tints of Cannon Pink #854C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.08%

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

R = 43.89%
G = 25.08%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#854C5E (or 0x854C5E) is known color: Cannon Pink. HEX triplet: 85, 4C and 5E. RGB value is (133,76,94). Sum of RGB (Red+Green+Blue) = 133+76+94=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #854C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C5E is #7AB3A1. Grayscale: #5F5F5F. Windows color (decimal): -8041378 or 6179973. OLE color: 6179973.

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

Color convert

RGB 133 76 94 -
CMYK 0 0.43 0.29 0.48
HSL 341.05º 0.27% 0.41% -
HSV(B) 341.05º 0.43% 0.52% -
XYZ 14.28 10.96 11.95 -
YUV 95.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 133 76 94 0 0.43 0.29 0.48 341.05 0.27 0.41
Hex 85 4C 5E 0 2B 1D 30 155 1B 29
Octal 205 114 136 0 53 35 60 525 33 51
Binary 10000101 1001100 1011110 0 101011 11101 110000 101010101 11011 101001

Color Harmonies of #854C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C5E

Black with #854C5E

Text Example


Text Example

White with #854C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854C5E; }

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

 H1.HeaderClassName
 {
   color: #854C5E;
 }
 .AnyTagClassName
 {
   color: #854C5E;
 }
</style>

background-color css

<style>
 a { background-color: #854C5E; }

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

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

border-color css

<style>
 span { border-color: #854C5E; }

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

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