Html Css Color HEX #825672 Cosmic

📋 copy color: '#825672'

red 130 ◦ green 86 ◦ blue 114

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

Shades of Cosmic #825672

Tints of Cosmic #825672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.06%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 39.39%
G = 26.06%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#825672 (or 0x825672) is known color: Cosmic. HEX triplet: 82, 56 and 72. RGB value is (130,86,114). Sum of RGB (Red+Green+Blue) = 130+86+114=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #825672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825672 is #7DA98D. Grayscale: #666666. Windows color (decimal): -8235406 or 7493250. OLE color: 7493250.

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

Color convert

RGB 130 86 114 -
CMYK 0 0.34 0.12 0.49
HSL 321.82º 0.2% 0.42% -
HSV(B) 321.82º 0.34% 0.51% -
XYZ 15.57 12.62 17.53 -
YUV 102.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 130 86 114 0 0.34 0.12 0.49 321.82 0.2 0.42
Hex 82 56 72 0 22 C 31 142 14 2A
Octal 202 126 162 0 42 14 61 502 24 52
Binary 10000010 1010110 1110010 0 100010 1100 110001 101000010 10100 101010

Color Harmonies of #825672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825672

Black with #825672

Text Example


Text Example

White with #825672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825672; }

 p { color: rgb(130,86,114); }

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

background-color css

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

 a { background-color: rgb(130,86,114); }

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

border-color css

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

 span { border-color: rgb(130,86,114); }

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