Html Css Color HEX #835561 Cannon Pink

📋 copy color: '#835561'

red 131 ◦ green 85 ◦ blue 97

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

Shades of Cannon Pink #835561

Tints of Cannon Pink #835561

RGB

 RED value IS 131 (51.56% from 255) = 41.85%

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 41.85%
G = 27.16%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#835561 (or 0x835561) is known color: Cannon Pink. HEX triplet: 83, 55 and 61. RGB value is (131,85,97). Sum of RGB (Red+Green+Blue) = 131+85+97=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #835561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835561 is #7CAA9E. Grayscale: #646464. Windows color (decimal): -8170143 or 6378883. OLE color: 6378883.

HSL color Cylindrical-coordinate representation of color #835561: hue angle of 344.35º 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 #835561 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 97 -
CMYK 0 0.35 0.26 0.49
HSL 344.35º 0.21% 0.42% -
HSV(B) 344.35º 0.35% 0.51% -
XYZ 14.77 12.19 12.88 -
YUV 100.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 131 85 97 0 0.35 0.26 0.49 344.35 0.21 0.42
Hex 83 55 61 0 23 1A 31 158 15 2A
Octal 203 125 141 0 43 32 61 530 25 52
Binary 10000011 1010101 1100001 0 100011 11010 110001 101011000 10101 101010

Color Harmonies of #835561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835561

Black with #835561

Text Example


Text Example

White with #835561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835561; }

 p { color: rgb(131,85,97); }

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

background-color css

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

 a { background-color: rgb(131,85,97); }

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

border-color css

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

 span { border-color: rgb(131,85,97); }

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