Html Css Color HEX #85485A Cannon Pink

📋 copy color: '#85485A'

red 133 ◦ green 72 ◦ blue 90

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

Shades of Cannon Pink #85485A

Tints of Cannon Pink #85485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 45.08%
G = 24.41%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85485A (or 0x85485A) is known color: Cannon Pink. HEX triplet: 85, 48 and 5A. RGB value is (133,72,90). Sum of RGB (Red+Green+Blue) = 133+72+90=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85485A is #7AB7A5. Grayscale: #5C5C5C. Windows color (decimal): -8042406 or 5916805. OLE color: 5916805.

HSL color Cylindrical-coordinate representation of color #85485A: hue angle of 342.3º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85485A is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 90 -
CMYK 0 0.46 0.32 0.48
HSL 342.3º 0.3% 0.4% -
HSV(B) 342.3º 0.46% 0.52% -
XYZ 13.84 10.36 10.94 -
YUV 92.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 133 72 90 0 0.46 0.32 0.48 342.3 0.3 0.4
Hex 85 48 5A 0 2E 20 30 156 1E 28
Octal 205 110 132 0 56 40 60 526 36 50
Binary 10000101 1001000 1011010 0 101110 100000 110000 101010110 11110 101000

Color Harmonies of #85485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85485A

Black with #85485A

Text Example


Text Example

White with #85485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85485A; }

 p { color: rgb(133,72,90); }

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

background-color css

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

 a { background-color: rgb(133,72,90); }

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

border-color css

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

 span { border-color: rgb(133,72,90); }

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