Html Css Color HEX #874863 Cannon Pink

📋 copy color: '#874863'

red 135 ◦ green 72 ◦ blue 99

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

Shades of Cannon Pink #874863

Tints of Cannon Pink #874863

RGB

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

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

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

R = 44.12%
G = 23.53%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#874863 (or 0x874863) is known color: Cannon Pink. HEX triplet: 87, 48 and 63. RGB value is (135,72,99). Sum of RGB (Red+Green+Blue) = 135+72+99=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #874863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874863 is #78B79C. Grayscale: #5D5D5D. Windows color (decimal): -7911325 or 6506631. OLE color: 6506631.

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

Color convert

RGB 135 72 99 -
CMYK 0 0.47 0.27 0.47
HSL 334.29º 0.3% 0.41% -
HSV(B) 334.29º 0.47% 0.53% -
XYZ 14.56 10.69 13.1 -
YUV 93.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 135 72 99 0 0.47 0.27 0.47 334.29 0.3 0.41
Hex 87 48 63 0 2F 1B 2F 14E 1E 29
Octal 207 110 143 0 57 33 57 516 36 51
Binary 10000111 1001000 1100011 0 101111 11011 101111 101001110 11110 101001

Color Harmonies of #874863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874863

Black with #874863

Text Example


Text Example

White with #874863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874863; }

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

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

background-color css

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

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

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

border-color css

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

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

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