Html Css Color HEX #825761 Cannon Pink

📋 copy color: '#825761'

red 130 ◦ green 87 ◦ blue 97

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

Shades of Cannon Pink #825761

Tints of Cannon Pink #825761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

 BLUE value IS 97 (38.28% from 255) = 30.89%

R = 41.4%
G = 27.71%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#825761 (or 0x825761) is known color: Cannon Pink. HEX triplet: 82, 57 and 61. RGB value is (130,87,97). Sum of RGB (Red+Green+Blue) = 130+87+97=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #825761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825761 is #7DA89E. Grayscale: #656565. Windows color (decimal): -8235167 or 6379394. OLE color: 6379394.

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

Color convert

RGB 130 87 97 -
CMYK 0 0.33 0.25 0.49
HSL 346.05º 0.2% 0.43% -
HSV(B) 346.05º 0.33% 0.51% -
XYZ 14.77 12.43 12.93 -
YUV 101 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 130 87 97 0 0.33 0.25 0.49 346.05 0.2 0.43
Hex 82 57 61 0 21 19 31 15A 14 2B
Octal 202 127 141 0 41 31 61 532 24 53
Binary 10000010 1010111 1100001 0 100001 11001 110001 101011010 10100 101011

Color Harmonies of #825761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825761

Black with #825761

Text Example


Text Example

White with #825761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825761; }

 p { color: rgb(130,87,97); }

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

background-color css

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

 a { background-color: rgb(130,87,97); }

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

border-color css

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

 span { border-color: rgb(130,87,97); }

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