Html Css Color HEX #815968 Cannon Pink

📋 copy color: '#815968'

red 129 ◦ green 89 ◦ blue 104

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

Shades of Cannon Pink #815968

Tints of Cannon Pink #815968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 40.06%
G = 27.64%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#815968 (or 0x815968) is known color: Cannon Pink. HEX triplet: 81, 59 and 68. RGB value is (129,89,104). Sum of RGB (Red+Green+Blue) = 129+89+104=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #815968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815968 is #7EA697. Grayscale: #666666. Windows color (decimal): -8300184 or 6838657. OLE color: 6838657.

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

Color convert

RGB 129 89 104 -
CMYK 0 0.31 0.19 0.49
HSL 337.5º 0.18% 0.43% -
HSV(B) 337.5º 0.31% 0.51% -
XYZ 15.12 12.81 14.77 -
YUV 102.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 129 89 104 0 0.31 0.19 0.49 337.5 0.18 0.43
Hex 81 59 68 0 1F 13 31 152 12 2B
Octal 201 131 150 0 37 23 61 522 22 53
Binary 10000001 1011001 1101000 0 11111 10011 110001 101010010 10010 101011

Color Harmonies of #815968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815968

Black with #815968

Text Example


Text Example

White with #815968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815968; }

 p { color: rgb(129,89,104); }

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

background-color css

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

 a { background-color: rgb(129,89,104); }

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

border-color css

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

 span { border-color: rgb(129,89,104); }

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