Html Css Color HEX #825867 Cannon Pink

📋 copy color: '#825867'

red 130 ◦ green 88 ◦ blue 103

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

Shades of Cannon Pink #825867

Tints of Cannon Pink #825867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.09%

R = 40.5%
G = 27.41%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#825867 (or 0x825867) is known color: Cannon Pink. HEX triplet: 82, 58 and 67. RGB value is (130,88,103). Sum of RGB (Red+Green+Blue) = 130+88+103=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #825867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825867 is #7DA798. Grayscale: #666666. Windows color (decimal): -8234905 or 6772866. OLE color: 6772866.

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

Color convert

RGB 130 88 103 -
CMYK 0 0.32 0.21 0.49
HSL 338.57º 0.19% 0.43% -
HSV(B) 338.57º 0.32% 0.51% -
XYZ 15.14 12.7 14.49 -
YUV 102.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 130 88 103 0 0.32 0.21 0.49 338.57 0.19 0.43
Hex 82 58 67 0 20 15 31 153 13 2B
Octal 202 130 147 0 40 25 61 523 23 53
Binary 10000010 1011000 1100111 0 100000 10101 110001 101010011 10011 101011

Color Harmonies of #825867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825867

Black with #825867

Text Example


Text Example

White with #825867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825867; }

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

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

background-color css

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

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

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

border-color css

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

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

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