Html Css Color HEX #825362 Cannon Pink

📋 copy color: '#825362'

red 130 ◦ green 83 ◦ blue 98

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

Shades of Cannon Pink #825362

Tints of Cannon Pink #825362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.69%

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

R = 41.8%
G = 26.69%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#825362 (or 0x825362) is known color: Cannon Pink. HEX triplet: 82, 53 and 62. RGB value is (130,83,98). Sum of RGB (Red+Green+Blue) = 130+83+98=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #825362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825362 is #7DAC9D. Grayscale: #626262. Windows color (decimal): -8236190 or 6443906. OLE color: 6443906.

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

Color convert

RGB 130 83 98 -
CMYK 0 0.36 0.25 0.49
HSL 340.85º 0.22% 0.42% -
HSV(B) 340.85º 0.36% 0.51% -
XYZ 14.5 11.81 13.07 -
YUV 98.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 130 83 98 0 0.36 0.25 0.49 340.85 0.22 0.42
Hex 82 53 62 0 24 19 31 155 16 2A
Octal 202 123 142 0 44 31 61 525 26 52
Binary 10000010 1010011 1100010 0 100100 11001 110001 101010101 10110 101010

Color Harmonies of #825362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825362

Black with #825362

Text Example


Text Example

White with #825362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825362; }

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

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

background-color css

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

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

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

border-color css

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

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

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