Html Css Color HEX #815463 Cannon Pink

📋 copy color: '#815463'

red 129 ◦ green 84 ◦ blue 99

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

Shades of Cannon Pink #815463

Tints of Cannon Pink #815463

RGB

 RED value IS 129 (50.78% from 255) = 41.35%

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

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

R = 41.35%
G = 26.92%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#815463 (or 0x815463) is known color: Cannon Pink. HEX triplet: 81, 54 and 63. RGB value is (129,84,99). Sum of RGB (Red+Green+Blue) = 129+84+99=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #815463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815463 is #7EAB9C. Grayscale: #636363. Windows color (decimal): -8301469 or 6509697. OLE color: 6509697.

HSL color Cylindrical-coordinate representation of color #815463: hue angle of 340º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #815463 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 84 99 -
CMYK 0 0.35 0.23 0.49
HSL 340º 0.21% 0.42% -
HSV(B) 340º 0.35% 0.51% -
XYZ 14.48 11.91 13.34 -
YUV 99.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 129 84 99 0 0.35 0.23 0.49 340 0.21 0.42
Hex 81 54 63 0 23 17 31 154 15 2A
Octal 201 124 143 0 43 27 61 524 25 52
Binary 10000001 1010100 1100011 0 100011 10111 110001 101010100 10101 101010

Color Harmonies of #815463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815463

Black with #815463

Text Example


Text Example

White with #815463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815463; }

 p { color: rgb(129,84,99); }

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

background-color css

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

 a { background-color: rgb(129,84,99); }

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

border-color css

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

 span { border-color: rgb(129,84,99); }

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