Html Css Color HEX #825760 Cannon Pink

📋 copy color: '#825760'

red 130 ◦ green 87 ◦ blue 96

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

Shades of Cannon Pink #825760

Tints of Cannon Pink #825760

RGB

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

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

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

R = 41.53%
G = 27.8%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#825760 (or 0x825760) is known color: Cannon Pink. HEX triplet: 82, 57 and 60. RGB value is (130,87,96). Sum of RGB (Red+Green+Blue) = 130+87+96=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #825760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825760 is #7DA89F. Grayscale: #646464. Windows color (decimal): -8235168 or 6313858. OLE color: 6313858.

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

Color convert

RGB 130 87 96 -
CMYK 0 0.33 0.26 0.49
HSL 347.44º 0.2% 0.43% -
HSV(B) 347.44º 0.33% 0.51% -
XYZ 14.73 12.41 12.68 -
YUV 100.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 130 87 96 0 0.33 0.26 0.49 347.44 0.2 0.43
Hex 82 57 60 0 21 1A 31 15B 14 2B
Octal 202 127 140 0 41 32 61 533 24 53
Binary 10000010 1010111 1100000 0 100001 11010 110001 101011011 10100 101011

Color Harmonies of #825760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825760

Black with #825760

Text Example


Text Example

White with #825760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825760; }

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

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

background-color css

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

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

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

border-color css

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

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

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