Html Css Color HEX #875462 Cannon Pink

📋 copy color: '#875462'

red 135 ◦ green 84 ◦ blue 98

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

Shades of Cannon Pink #875462

Tints of Cannon Pink #875462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 42.59%
G = 26.5%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#875462 (or 0x875462) is known color: Cannon Pink. HEX triplet: 87, 54 and 62. RGB value is (135,84,98). Sum of RGB (Red+Green+Blue) = 135+84+98=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #875462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875462 is #78AB9D. Grayscale: #646464. Windows color (decimal): -7908254 or 6444167. OLE color: 6444167.

HSL color Cylindrical-coordinate representation of color #875462: hue angle of 343.53º 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 #875462 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 84 98 -
CMYK 0 0.38 0.27 0.47
HSL 343.53º 0.23% 0.43% -
HSV(B) 343.53º 0.38% 0.53% -
XYZ 15.37 12.37 13.13 -
YUV 100.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 135 84 98 0 0.38 0.27 0.47 343.53 0.23 0.43
Hex 87 54 62 0 26 1B 2F 158 17 2B
Octal 207 124 142 0 46 33 57 530 27 53
Binary 10000111 1010100 1100010 0 100110 11011 101111 101011000 10111 101011

Color Harmonies of #875462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875462

Black with #875462

Text Example


Text Example

White with #875462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875462; }

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

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

background-color css

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

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

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

border-color css

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

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

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