Html Css Color HEX #815763 Cannon Pink

📋 copy color: '#815763'

red 129 ◦ green 87 ◦ blue 99

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

Shades of Cannon Pink #815763

Tints of Cannon Pink #815763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

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

R = 40.95%
G = 27.62%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#815763 (or 0x815763) is known color: Cannon Pink. HEX triplet: 81, 57 and 63. RGB value is (129,87,99). Sum of RGB (Red+Green+Blue) = 129+87+99=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #815763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815763 is #7EA89C. Grayscale: #646464. Windows color (decimal): -8300701 or 6510465. OLE color: 6510465.

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

Color convert

RGB 129 87 99 -
CMYK 0 0.33 0.23 0.49
HSL 342.86º 0.19% 0.42% -
HSV(B) 342.86º 0.33% 0.51% -
XYZ 14.71 12.38 13.42 -
YUV 100.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 129 87 99 0 0.33 0.23 0.49 342.86 0.19 0.42
Hex 81 57 63 0 21 17 31 157 13 2A
Octal 201 127 143 0 41 27 61 527 23 52
Binary 10000001 1010111 1100011 0 100001 10111 110001 101010111 10011 101010

Color Harmonies of #815763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815763

Black with #815763

Text Example


Text Example

White with #815763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815763; }

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

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

background-color css

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

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

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

border-color css

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

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

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