Html Css Color HEX #86475A Cannon Pink

📋 copy color: '#86475A'

red 134 ◦ green 71 ◦ blue 90

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

Shades of Cannon Pink #86475A

Tints of Cannon Pink #86475A

RGB

 RED value IS 134 (52.73% from 255) = 45.42%

 GREEN value IS 71 (28.13% from 255) = 24.07%

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

R = 45.42%
G = 24.07%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86475A (or 0x86475A) is known color: Cannon Pink. HEX triplet: 86, 47 and 5A. RGB value is (134,71,90). Sum of RGB (Red+Green+Blue) = 134+71+90=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86475A is #79B8A5. Grayscale: #5B5B5B. Windows color (decimal): -7977126 or 5916550. OLE color: 5916550.

HSL color Cylindrical-coordinate representation of color #86475A: hue angle of 341.9º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86475A is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 71 90 -
CMYK 0 0.47 0.33 0.47
HSL 341.9º 0.31% 0.4% -
HSV(B) 341.9º 0.47% 0.53% -
XYZ 13.93 10.31 10.93 -
YUV 92 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 134 71 90 0 0.47 0.33 0.47 341.9 0.31 0.4
Hex 86 47 5A 0 2F 21 2F 156 1F 28
Octal 206 107 132 0 57 41 57 526 37 50
Binary 10000110 1000111 1011010 0 101111 100001 101111 101010110 11111 101000

Color Harmonies of #86475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86475A

Black with #86475A

Text Example


Text Example

White with #86475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,71,90); }

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

background-color css

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

 a { background-color: rgb(134,71,90); }

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

border-color css

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

 span { border-color: rgb(134,71,90); }

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