Html Css Color HEX #854C5F Cannon Pink

📋 copy color: '#854C5F'

red 133 ◦ green 76 ◦ blue 95

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

Shades of Cannon Pink #854C5F

Tints of Cannon Pink #854C5F

RGB

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

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

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

R = 43.75%
G = 25%
B = 31.25%

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

#854C5F (or 0x854C5F) is known color: Cannon Pink. HEX triplet: 85, 4C and 5F. RGB value is (133,76,95). Sum of RGB (Red+Green+Blue) = 133+76+95=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #854C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C5F is #7AB3A0. Grayscale: #5F5F5F. Windows color (decimal): -8041377 or 6245509. OLE color: 6245509.

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

Color convert

RGB 133 76 95 -
CMYK 0 0.43 0.29 0.48
HSL 340º 0.27% 0.41% -
HSV(B) 340º 0.43% 0.52% -
XYZ 14.32 10.98 12.19 -
YUV 95.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 133 76 95 0 0.43 0.29 0.48 340 0.27 0.41
Hex 85 4C 5F 0 2B 1D 30 154 1B 29
Octal 205 114 137 0 53 35 60 524 33 51
Binary 10000101 1001100 1011111 0 101011 11101 110000 101010100 11011 101001

Color Harmonies of #854C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C5F

Black with #854C5F

Text Example


Text Example

White with #854C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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