Html Css Color HEX #835264 Cannon Pink

📋 copy color: '#835264'

red 131 ◦ green 82 ◦ blue 100

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

Shades of Cannon Pink #835264

Tints of Cannon Pink #835264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 41.85%
G = 26.2%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#835264 (or 0x835264) is known color: Cannon Pink. HEX triplet: 83, 52 and 64. RGB value is (131,82,100). Sum of RGB (Red+Green+Blue) = 131+82+100=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #835264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835264 is #7CAD9B. Grayscale: #626262. Windows color (decimal): -8170908 or 6574723. OLE color: 6574723.

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

Color convert

RGB 131 82 100 -
CMYK 0 0.37 0.24 0.49
HSL 337.96º 0.23% 0.42% -
HSV(B) 337.96º 0.37% 0.51% -
XYZ 14.68 11.78 13.56 -
YUV 98.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 131 82 100 0 0.37 0.24 0.49 337.96 0.23 0.42
Hex 83 52 64 0 25 18 31 152 17 2A
Octal 203 122 144 0 45 30 61 522 27 52
Binary 10000011 1010010 1100100 0 100101 11000 110001 101010010 10111 101010

Color Harmonies of #835264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835264

Black with #835264

Text Example


Text Example

White with #835264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835264; }

 p { color: rgb(131,82,100); }

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

background-color css

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

 a { background-color: rgb(131,82,100); }

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

border-color css

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

 span { border-color: rgb(131,82,100); }

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