Html Css Color HEX #874659 Cannon Pink

📋 copy color: '#874659'

red 135 ◦ green 70 ◦ blue 89

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

Shades of Cannon Pink #874659

Tints of Cannon Pink #874659

RGB

 RED value IS 135 (53.13% from 255) = 45.92%

 GREEN value IS 70 (27.73% from 255) = 23.81%

 BLUE value IS 89 (35.16% from 255) = 30.27%

R = 45.92%
G = 23.81%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#874659 (or 0x874659) is known color: Cannon Pink. HEX triplet: 87, 46 and 59. RGB value is (135,70,89). Sum of RGB (Red+Green+Blue) = 135+70+89=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #874659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874659 is #78B9A6. Grayscale: #5B5B5B. Windows color (decimal): -7911847 or 5850759. OLE color: 5850759.

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

Color convert

RGB 135 70 89 -
CMYK 0 0.48 0.34 0.47
HSL 342.46º 0.32% 0.4% -
HSV(B) 342.46º 0.48% 0.53% -
XYZ 13.99 10.25 10.69 -
YUV 91.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 135 70 89 0 0.48 0.34 0.47 342.46 0.32 0.4
Hex 87 46 59 0 30 22 2F 156 20 28
Octal 207 106 131 0 60 42 57 526 40 50
Binary 10000111 1000110 1011001 0 110000 100010 101111 101010110 100000 101000

Color Harmonies of #874659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874659

Black with #874659

Text Example


Text Example

White with #874659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874659; }

 p { color: rgb(135,70,89); }

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

background-color css

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

 a { background-color: rgb(135,70,89); }

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

border-color css

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

 span { border-color: rgb(135,70,89); }

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