Html Css Color HEX #854759 Cannon Pink

📋 copy color: '#854759'

red 133 ◦ green 71 ◦ blue 89

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

Shades of Cannon Pink #854759

Tints of Cannon Pink #854759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.23%

 BLUE value IS 89 (35.16% from 255) = 30.38%

R = 45.39%
G = 24.23%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#854759 (or 0x854759) is known color: Cannon Pink. HEX triplet: 85, 47 and 59. RGB value is (133,71,89). Sum of RGB (Red+Green+Blue) = 133+71+89=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #854759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854759 is #7AB8A6. Grayscale: #5B5B5B. Windows color (decimal): -8042663 or 5851013. OLE color: 5851013.

HSL color Cylindrical-coordinate representation of color #854759: hue angle of 342.58º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854759 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 89 -
CMYK 0 0.47 0.33 0.48
HSL 342.58º 0.3% 0.4% -
HSV(B) 342.58º 0.47% 0.52% -
XYZ 13.73 10.21 10.7 -
YUV 91.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 133 71 89 0 0.47 0.33 0.48 342.58 0.3 0.4
Hex 85 47 59 0 2F 21 30 157 1E 28
Octal 205 107 131 0 57 41 60 527 36 50
Binary 10000101 1000111 1011001 0 101111 100001 110000 101010111 11110 101000

Color Harmonies of #854759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854759

Black with #854759

Text Example


Text Example

White with #854759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854759; }

 p { color: rgb(133,71,89); }

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

background-color css

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

 a { background-color: rgb(133,71,89); }

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

border-color css

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

 span { border-color: rgb(133,71,89); }

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