Html Css Color HEX #825764 Cannon Pink

📋 copy color: '#825764'

red 130 ◦ green 87 ◦ blue 100

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

Shades of Cannon Pink #825764

Tints of Cannon Pink #825764

RGB

 RED value IS 130 (51.17% from 255) = 41.01%

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

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

R = 41.01%
G = 27.44%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#825764 (or 0x825764) is known color: Cannon Pink. HEX triplet: 82, 57 and 64. RGB value is (130,87,100). Sum of RGB (Red+Green+Blue) = 130+87+100=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #825764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825764 is #7DA89B. Grayscale: #656565. Windows color (decimal): -8235164 or 6576002. OLE color: 6576002.

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

Color convert

RGB 130 87 100 -
CMYK 0 0.33 0.23 0.49
HSL 341.86º 0.2% 0.43% -
HSV(B) 341.86º 0.33% 0.51% -
XYZ 14.91 12.48 13.68 -
YUV 101.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 130 87 100 0 0.33 0.23 0.49 341.86 0.2 0.43
Hex 82 57 64 0 21 17 31 156 14 2B
Octal 202 127 144 0 41 27 61 526 24 53
Binary 10000010 1010111 1100100 0 100001 10111 110001 101010110 10100 101011

Color Harmonies of #825764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825764

Black with #825764

Text Example


Text Example

White with #825764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825764; }

 p { color: rgb(130,87,100); }

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

background-color css

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

 a { background-color: rgb(130,87,100); }

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

border-color css

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

 span { border-color: rgb(130,87,100); }

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