Html Css Color HEX #825363 Cannon Pink

📋 copy color: '#825363'

red 130 ◦ green 83 ◦ blue 99

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

Shades of Cannon Pink #825363

Tints of Cannon Pink #825363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.73%

R = 41.67%
G = 26.6%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#825363 (or 0x825363) is known color: Cannon Pink. HEX triplet: 82, 53 and 63. RGB value is (130,83,99). Sum of RGB (Red+Green+Blue) = 130+83+99=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #825363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825363 is #7DAC9C. Grayscale: #626262. Windows color (decimal): -8236189 or 6509442. OLE color: 6509442.

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

Color convert

RGB 130 83 99 -
CMYK 0 0.36 0.24 0.49
HSL 339.57º 0.22% 0.42% -
HSV(B) 339.57º 0.36% 0.51% -
XYZ 14.55 11.83 13.32 -
YUV 98.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 130 83 99 0 0.36 0.24 0.49 339.57 0.22 0.42
Hex 82 53 63 0 24 18 31 154 16 2A
Octal 202 123 143 0 44 30 61 524 26 52
Binary 10000010 1010011 1100011 0 100100 11000 110001 101010100 10110 101010

Color Harmonies of #825363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825363

Black with #825363

Text Example


Text Example

White with #825363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825363; }

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

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

background-color css

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

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

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

border-color css

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

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

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