Html Css Color HEX #825768 Cannon Pink

📋 copy color: '#825768'

red 130 ◦ green 87 ◦ blue 104

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

Shades of Cannon Pink #825768

Tints of Cannon Pink #825768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.4%

R = 40.5%
G = 27.1%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#825768 (or 0x825768) is known color: Cannon Pink. HEX triplet: 82, 57 and 68. RGB value is (130,87,104). Sum of RGB (Red+Green+Blue) = 130+87+104=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #825768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825768 is #7DA897. Grayscale: #656565. Windows color (decimal): -8235160 or 6838146. OLE color: 6838146.

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

Color convert

RGB 130 87 104 -
CMYK 0 0.33 0.2 0.49
HSL 336.28º 0.2% 0.43% -
HSV(B) 336.28º 0.33% 0.51% -
XYZ 15.11 12.56 14.72 -
YUV 101.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 130 87 104 0 0.33 0.2 0.49 336.28 0.2 0.43
Hex 82 57 68 0 21 14 31 150 14 2B
Octal 202 127 150 0 41 24 61 520 24 53
Binary 10000010 1010111 1101000 0 100001 10100 110001 101010000 10100 101011

Color Harmonies of #825768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825768

Black with #825768

Text Example


Text Example

White with #825768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825768; }

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

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

background-color css

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

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

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

border-color css

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

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

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