Html Css Color HEX #825462 Cannon Pink

📋 copy color: '#825462'

red 130 ◦ green 84 ◦ blue 98

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

Shades of Cannon Pink #825462

Tints of Cannon Pink #825462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

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

R = 41.67%
G = 26.92%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#825462 (or 0x825462) is known color: Cannon Pink. HEX triplet: 82, 54 and 62. RGB value is (130,84,98). Sum of RGB (Red+Green+Blue) = 130+84+98=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #825462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825462 is #7DAB9D. Grayscale: #636363. Windows color (decimal): -8235934 or 6444162. OLE color: 6444162.

HSL color Cylindrical-coordinate representation of color #825462: hue angle of 341.74º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825462 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 84 98 -
CMYK 0 0.35 0.25 0.49
HSL 341.74º 0.21% 0.42% -
HSV(B) 341.74º 0.35% 0.51% -
XYZ 14.58 11.97 13.1 -
YUV 99.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 130 84 98 0 0.35 0.25 0.49 341.74 0.21 0.42
Hex 82 54 62 0 23 19 31 156 15 2A
Octal 202 124 142 0 43 31 61 526 25 52
Binary 10000010 1010100 1100010 0 100011 11001 110001 101010110 10101 101010

Color Harmonies of #825462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825462

Black with #825462

Text Example


Text Example

White with #825462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825462; }

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

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

background-color css

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

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

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

border-color css

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

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

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