Html Css Color HEX #835362 Cannon Pink

📋 copy color: '#835362'

red 131 ◦ green 83 ◦ blue 98

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

Shades of Cannon Pink #835362

Tints of Cannon Pink #835362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 41.99%
G = 26.6%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#835362 (or 0x835362) is known color: Cannon Pink. HEX triplet: 83, 53 and 62. RGB value is (131,83,98). Sum of RGB (Red+Green+Blue) = 131+83+98=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #835362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835362 is #7CAC9D. Grayscale: #636363. Windows color (decimal): -8170654 or 6443907. OLE color: 6443907.

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

Color convert

RGB 131 83 98 -
CMYK 0 0.37 0.25 0.49
HSL 341.25º 0.22% 0.42% -
HSV(B) 341.25º 0.37% 0.51% -
XYZ 14.66 11.89 13.08 -
YUV 99.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 131 83 98 0 0.37 0.25 0.49 341.25 0.22 0.42
Hex 83 53 62 0 25 19 31 155 16 2A
Octal 203 123 142 0 45 31 61 525 26 52
Binary 10000011 1010011 1100010 0 100101 11001 110001 101010101 10110 101010

Color Harmonies of #835362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835362

Black with #835362

Text Example


Text Example

White with #835362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835362; }

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

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

background-color css

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

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

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

border-color css

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

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

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