Html Css Color HEX #825866 Cannon Pink

📋 copy color: '#825866'

red 130 ◦ green 88 ◦ blue 102

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

Shades of Cannon Pink #825866

Tints of Cannon Pink #825866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

 BLUE value IS 102 (40.23% from 255) = 31.88%

R = 40.63%
G = 27.5%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#825866 (or 0x825866) is known color: Cannon Pink. HEX triplet: 82, 58 and 66. RGB value is (130,88,102). Sum of RGB (Red+Green+Blue) = 130+88+102=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #825866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825866 is #7DA799. Grayscale: #666666. Windows color (decimal): -8234906 or 6707330. OLE color: 6707330.

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

Color convert

RGB 130 88 102 -
CMYK 0 0.32 0.22 0.49
HSL 340º 0.19% 0.43% -
HSV(B) 340º 0.32% 0.51% -
XYZ 15.09 12.68 14.22 -
YUV 102.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 130 88 102 0 0.32 0.22 0.49 340 0.19 0.43
Hex 82 58 66 0 20 16 31 154 13 2B
Octal 202 130 146 0 40 26 61 524 23 53
Binary 10000010 1011000 1100110 0 100000 10110 110001 101010100 10011 101011

Color Harmonies of #825866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825866

Black with #825866

Text Example


Text Example

White with #825866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825866; }

 p { color: rgb(130,88,102); }

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

background-color css

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

 a { background-color: rgb(130,88,102); }

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

border-color css

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

 span { border-color: rgb(130,88,102); }

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