Html Css Color HEX #85495C Cannon Pink

📋 copy color: '#85495C'

red 133 ◦ green 73 ◦ blue 92

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

Shades of Cannon Pink #85495C

Tints of Cannon Pink #85495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

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

R = 44.63%
G = 24.5%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85495C (or 0x85495C) is known color: Cannon Pink. HEX triplet: 85, 49 and 5C. RGB value is (133,73,92). Sum of RGB (Red+Green+Blue) = 133+73+92=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85495C is #7AB6A3. Grayscale: #5D5D5D. Windows color (decimal): -8042148 or 6048133. OLE color: 6048133.

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

Color convert

RGB 133 73 92 -
CMYK 0 0.45 0.31 0.48
HSL 341º 0.29% 0.4% -
HSV(B) 341º 0.45% 0.52% -
XYZ 13.99 10.52 11.42 -
YUV 93.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 133 73 92 0 0.45 0.31 0.48 341 0.29 0.4
Hex 85 49 5C 0 2D 1F 30 155 1D 28
Octal 205 111 134 0 55 37 60 525 35 50
Binary 10000101 1001001 1011100 0 101101 11111 110000 101010101 11101 101000

Color Harmonies of #85495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85495C

Black with #85495C

Text Example


Text Example

White with #85495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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