Html Css Color HEX #825262 Cannon Pink

📋 copy color: '#825262'

red 130 ◦ green 82 ◦ blue 98

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

Shades of Cannon Pink #825262

Tints of Cannon Pink #825262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.61%

R = 41.94%
G = 26.45%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#825262 (or 0x825262) is known color: Cannon Pink. HEX triplet: 82, 52 and 62. RGB value is (130,82,98). Sum of RGB (Red+Green+Blue) = 130+82+98=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #825262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825262 is #7DAD9D. Grayscale: #626262. Windows color (decimal): -8236446 or 6443650. OLE color: 6443650.

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

Color convert

RGB 130 82 98 -
CMYK 0 0.37 0.25 0.49
HSL 340º 0.23% 0.42% -
HSV(B) 340º 0.37% 0.51% -
XYZ 14.43 11.66 13.05 -
YUV 98.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 130 82 98 0 0.37 0.25 0.49 340 0.23 0.42
Hex 82 52 62 0 25 19 31 154 17 2A
Octal 202 122 142 0 45 31 61 524 27 52
Binary 10000010 1010010 1100010 0 100101 11001 110001 101010100 10111 101010

Color Harmonies of #825262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825262

Black with #825262

Text Example


Text Example

White with #825262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825262; }

 p { color: rgb(130,82,98); }

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

background-color css

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

 a { background-color: rgb(130,82,98); }

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

border-color css

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

 span { border-color: rgb(130,82,98); }

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