Html Css Color HEX #835360 Cannon Pink

📋 copy color: '#835360'

red 131 ◦ green 83 ◦ blue 96

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

Shades of Cannon Pink #835360

Tints of Cannon Pink #835360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 42.26%
G = 26.77%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#835360 (or 0x835360) is known color: Cannon Pink. HEX triplet: 83, 53 and 60. RGB value is (131,83,96). Sum of RGB (Red+Green+Blue) = 131+83+96=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #835360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835360 is #7CAC9F. Grayscale: #626262. Windows color (decimal): -8170656 or 6312835. OLE color: 6312835.

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

Color convert

RGB 131 83 96 -
CMYK 0 0.37 0.27 0.49
HSL 343.75º 0.22% 0.42% -
HSV(B) 343.75º 0.37% 0.51% -
XYZ 14.56 11.86 12.59 -
YUV 98.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 131 83 96 0 0.37 0.27 0.49 343.75 0.22 0.42
Hex 83 53 60 0 25 1B 31 158 16 2A
Octal 203 123 140 0 45 33 61 530 26 52
Binary 10000011 1010011 1100000 0 100101 11011 110001 101011000 10110 101010

Color Harmonies of #835360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835360

Black with #835360

Text Example


Text Example

White with #835360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835360; }

 p { color: rgb(131,83,96); }

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

background-color css

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

 a { background-color: rgb(131,83,96); }

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

border-color css

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

 span { border-color: rgb(131,83,96); }

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