Html Css Color HEX #825060 Cannon Pink

📋 copy color: '#825060'

red 130 ◦ green 80 ◦ blue 96

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

Shades of Cannon Pink #825060

Tints of Cannon Pink #825060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

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

R = 42.48%
G = 26.14%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#825060 (or 0x825060) is known color: Cannon Pink. HEX triplet: 82, 50 and 60. RGB value is (130,80,96). Sum of RGB (Red+Green+Blue) = 130+80+96=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #825060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825060 is #7DAF9F. Grayscale: #606060. Windows color (decimal): -8236960 or 6312066. OLE color: 6312066.

HSL color Cylindrical-coordinate representation of color #825060: hue angle of 340.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825060 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 96 -
CMYK 0 0.38 0.26 0.49
HSL 340.8º 0.24% 0.41% -
HSV(B) 340.8º 0.38% 0.51% -
XYZ 14.19 11.33 12.51 -
YUV 96.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 130 80 96 0 0.38 0.26 0.49 340.8 0.24 0.41
Hex 82 50 60 0 26 1A 31 155 18 29
Octal 202 120 140 0 46 32 61 525 30 51
Binary 10000010 1010000 1100000 0 100110 11010 110001 101010101 11000 101001

Color Harmonies of #825060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825060

Black with #825060

Text Example


Text Example

White with #825060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825060; }

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

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

background-color css

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

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

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

border-color css

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

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

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