Html Css Color HEX #85515C Cannon Pink

📋 copy color: '#85515C'

red 133 ◦ green 81 ◦ blue 92

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

Shades of Cannon Pink #85515C

Tints of Cannon Pink #85515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 43.46%
G = 26.47%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85515C (or 0x85515C) is known color: Cannon Pink. HEX triplet: 85, 51 and 5C. RGB value is (133,81,92). Sum of RGB (Red+Green+Blue) = 133+81+92=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85515C is #7AAEA3. Grayscale: #616161. Windows color (decimal): -8040100 or 6050181. OLE color: 6050181.

HSL color Cylindrical-coordinate representation of color #85515C: hue angle of 347.31º 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 #85515C is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 92 -
CMYK 0 0.39 0.31 0.48
HSL 347.31º 0.24% 0.42% -
HSV(B) 347.31º 0.39% 0.52% -
XYZ 14.55 11.64 11.61 -
YUV 97.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 133 81 92 0 0.39 0.31 0.48 347.31 0.24 0.42
Hex 85 51 5C 0 27 1F 30 15B 18 2A
Octal 205 121 134 0 47 37 60 533 30 52
Binary 10000101 1010001 1011100 0 100111 11111 110000 101011011 11000 101010

Color Harmonies of #85515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85515C

Black with #85515C

Text Example


Text Example

White with #85515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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