Html Css Color HEX #835768 Cannon Pink

📋 copy color: '#835768'

red 131 ◦ green 87 ◦ blue 104

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

Shades of Cannon Pink #835768

Tints of Cannon Pink #835768

RGB

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

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

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

R = 40.68%
G = 27.02%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#835768 (or 0x835768) is known color: Cannon Pink. HEX triplet: 83, 57 and 68. RGB value is (131,87,104). Sum of RGB (Red+Green+Blue) = 131+87+104=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #835768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835768 is #7CA897. Grayscale: #666666. Windows color (decimal): -8169624 or 6838147. OLE color: 6838147.

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

Color convert

RGB 131 87 104 -
CMYK 0 0.34 0.21 0.49
HSL 336.82º 0.2% 0.43% -
HSV(B) 336.82º 0.34% 0.51% -
XYZ 15.27 12.64 14.73 -
YUV 102.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 131 87 104 0 0.34 0.21 0.49 336.82 0.2 0.43
Hex 83 57 68 0 22 15 31 151 14 2B
Octal 203 127 150 0 42 25 61 521 24 53
Binary 10000011 1010111 1101000 0 100010 10101 110001 101010001 10100 101011

Color Harmonies of #835768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835768

Black with #835768

Text Example


Text Example

White with #835768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835768; }

 p { color: rgb(131,87,104); }

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

background-color css

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

 a { background-color: rgb(131,87,104); }

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

border-color css

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

 span { border-color: rgb(131,87,104); }

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