Html Css Color HEX #85505C Cannon Pink

📋 copy color: '#85505C'

red 133 ◦ green 80 ◦ blue 92

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

Shades of Cannon Pink #85505C

Tints of Cannon Pink #85505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

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

R = 43.61%
G = 26.23%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85505C (or 0x85505C) is known color: Cannon Pink. HEX triplet: 85, 50 and 5C. RGB value is (133,80,92). Sum of RGB (Red+Green+Blue) = 133+80+92=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85505C is #7AAFA3. Grayscale: #616161. Windows color (decimal): -8040356 or 6049925. OLE color: 6049925.

HSL color Cylindrical-coordinate representation of color #85505C: hue angle of 346.42º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85505C is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 92 -
CMYK 0 0.40 0.31 0.48
HSL 346.42º 0.25% 0.42% -
HSV(B) 346.42º 0.4% 0.52% -
XYZ 14.47 11.5 11.58 -
YUV 97.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 133 80 92 0 0.40 0.31 0.48 346.42 0.25 0.42
Hex 85 50 5C 0 28 1F 30 15A 19 2A
Octal 205 120 134 0 50 37 60 532 31 52
Binary 10000101 1010000 1011100 0 101000 11111 110000 101011010 11001 101010

Color Harmonies of #85505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85505C

Black with #85505C

Text Example


Text Example

White with #85505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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