Html Css Color HEX #875466 Cannon Pink

📋 copy color: '#875466'

red 135 ◦ green 84 ◦ blue 102

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

Shades of Cannon Pink #875466

Tints of Cannon Pink #875466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

 BLUE value IS 102 (40.23% from 255) = 31.78%

R = 42.06%
G = 26.17%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#875466 (or 0x875466) is known color: Cannon Pink. HEX triplet: 87, 54 and 66. RGB value is (135,84,102). Sum of RGB (Red+Green+Blue) = 135+84+102=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #875466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875466 is #78AB99. Grayscale: #656565. Windows color (decimal): -7908250 or 6706311. OLE color: 6706311.

HSL color Cylindrical-coordinate representation of color #875466: hue angle of 338.82º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875466 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 84 102 -
CMYK 0 0.38 0.24 0.47
HSL 338.82º 0.23% 0.43% -
HSV(B) 338.82º 0.38% 0.53% -
XYZ 15.56 12.45 14.15 -
YUV 101.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 135 84 102 0 0.38 0.24 0.47 338.82 0.23 0.43
Hex 87 54 66 0 26 18 2F 153 17 2B
Octal 207 124 146 0 46 30 57 523 27 53
Binary 10000111 1010100 1100110 0 100110 11000 101111 101010011 10111 101011

Color Harmonies of #875466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875466

Black with #875466

Text Example


Text Example

White with #875466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875466; }

 p { color: rgb(135,84,102); }

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

background-color css

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

 a { background-color: rgb(135,84,102); }

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

border-color css

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

 span { border-color: rgb(135,84,102); }

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