Html Css Color HEX #825864 Cannon Pink

📋 copy color: '#825864'

red 130 ◦ green 88 ◦ blue 100

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

Shades of Cannon Pink #825864

Tints of Cannon Pink #825864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.45%

R = 40.88%
G = 27.67%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#825864 (or 0x825864) is known color: Cannon Pink. HEX triplet: 82, 58 and 64. RGB value is (130,88,100). Sum of RGB (Red+Green+Blue) = 130+88+100=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #825864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825864 is #7DA79B. Grayscale: #656565. Windows color (decimal): -8234908 or 6576258. OLE color: 6576258.

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

Color convert

RGB 130 88 100 -
CMYK 0 0.32 0.23 0.49
HSL 342.86º 0.19% 0.43% -
HSV(B) 342.86º 0.32% 0.51% -
XYZ 15 12.65 13.71 -
YUV 101.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 130 88 100 0 0.32 0.23 0.49 342.86 0.19 0.43
Hex 82 58 64 0 20 17 31 157 13 2B
Octal 202 130 144 0 40 27 61 527 23 53
Binary 10000010 1011000 1100100 0 100000 10111 110001 101010111 10011 101011

Color Harmonies of #825864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825864

Black with #825864

Text Example


Text Example

White with #825864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825864; }

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

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

background-color css

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

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

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

border-color css

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

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

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