Html Css Color HEX #855460 Cannon Pink

📋 copy color: '#855460'

red 133 ◦ green 84 ◦ blue 96

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

Shades of Cannon Pink #855460

Tints of Cannon Pink #855460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 42.49%
G = 26.84%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#855460 (or 0x855460) is known color: Cannon Pink. HEX triplet: 85, 54 and 60. RGB value is (133,84,96). Sum of RGB (Red+Green+Blue) = 133+84+96=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #855460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855460 is #7AAB9F. Grayscale: #646464. Windows color (decimal): -8039328 or 6313093. OLE color: 6313093.

HSL color Cylindrical-coordinate representation of color #855460: hue angle of 345.31º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855460 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 96 -
CMYK 0 0.37 0.28 0.48
HSL 345.31º 0.23% 0.43% -
HSV(B) 345.31º 0.37% 0.52% -
XYZ 14.95 12.17 12.63 -
YUV 100.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 133 84 96 0 0.37 0.28 0.48 345.31 0.23 0.43
Hex 85 54 60 0 25 1C 30 159 17 2B
Octal 205 124 140 0 45 34 60 531 27 53
Binary 10000101 1010100 1100000 0 100101 11100 110000 101011001 10111 101011

Color Harmonies of #855460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855460

Black with #855460

Text Example


Text Example

White with #855460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855460; }

 p { color: rgb(133,84,96); }

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

background-color css

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

 a { background-color: rgb(133,84,96); }

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

border-color css

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

 span { border-color: rgb(133,84,96); }

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