Html Css Color HEX #874963 Cannon Pink

📋 copy color: '#874963'

red 135 ◦ green 73 ◦ blue 99

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

Shades of Cannon Pink #874963

Tints of Cannon Pink #874963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.25%

R = 43.97%
G = 23.78%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#874963 (or 0x874963) is known color: Cannon Pink. HEX triplet: 87, 49 and 63. RGB value is (135,73,99). Sum of RGB (Red+Green+Blue) = 135+73+99=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #874963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874963 is #78B69C. Grayscale: #5E5E5E. Windows color (decimal): -7911069 or 6506887. OLE color: 6506887.

HSL color Cylindrical-coordinate representation of color #874963: hue angle of 334.84º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874963 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 73 99 -
CMYK 0 0.46 0.27 0.47
HSL 334.84º 0.3% 0.41% -
HSV(B) 334.84º 0.46% 0.53% -
XYZ 14.63 10.82 13.12 -
YUV 94.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 135 73 99 0 0.46 0.27 0.47 334.84 0.3 0.41
Hex 87 49 63 0 2E 1B 2F 14F 1E 29
Octal 207 111 143 0 56 33 57 517 36 51
Binary 10000111 1001001 1100011 0 101110 11011 101111 101001111 11110 101001

Color Harmonies of #874963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874963

Black with #874963

Text Example


Text Example

White with #874963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874963; }

 p { color: rgb(135,73,99); }

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

background-color css

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

 a { background-color: rgb(135,73,99); }

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

border-color css

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

 span { border-color: rgb(135,73,99); }

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