Html Css Color HEX #85515F Cannon Pink

📋 copy color: '#85515F'

red 133 ◦ green 81 ◦ blue 95

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

Shades of Cannon Pink #85515F

Tints of Cannon Pink #85515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

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

R = 43.04%
G = 26.21%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85515F (or 0x85515F) is known color: Cannon Pink. HEX triplet: 85, 51 and 5F. RGB value is (133,81,95). Sum of RGB (Red+Green+Blue) = 133+81+95=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85515F is #7AAEA0. Grayscale: #626262. Windows color (decimal): -8040097 or 6246789. OLE color: 6246789.

HSL color Cylindrical-coordinate representation of color #85515F: hue angle of 343.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85515F is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 95 -
CMYK 0 0.39 0.29 0.48
HSL 343.85º 0.24% 0.42% -
HSV(B) 343.85º 0.39% 0.52% -
XYZ 14.68 11.7 12.31 -
YUV 98.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 133 81 95 0 0.39 0.29 0.48 343.85 0.24 0.42
Hex 85 51 5F 0 27 1D 30 158 18 2A
Octal 205 121 137 0 47 35 60 530 30 52
Binary 10000101 1010001 1011111 0 100111 11101 110000 101011000 11000 101010

Color Harmonies of #85515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85515F

Black with #85515F

Text Example


Text Example

White with #85515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85515F; }

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

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

background-color css

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

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

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

border-color css

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

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

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