Html Css Color HEX #825162 Cosmic

📋 copy color: '#825162'

red 130 ◦ green 81 ◦ blue 98

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

Shades of Cosmic #825162

Tints of Cosmic #825162

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 42.07%
G = 26.21%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#825162 (or 0x825162) is known color: Cosmic. HEX triplet: 82, 51 and 62. RGB value is (130,81,98). Sum of RGB (Red+Green+Blue) = 130+81+98=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #825162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825162 is #7DAE9D. Grayscale: #616161. Windows color (decimal): -8236702 or 6443394. OLE color: 6443394.

HSL color Cylindrical-coordinate representation of color #825162: hue angle of 339.18º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825162 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 81 98 -
CMYK 0 0.38 0.25 0.49
HSL 339.18º 0.23% 0.41% -
HSV(B) 339.18º 0.38% 0.51% -
XYZ 14.35 11.51 13.02 -
YUV 97.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 130 81 98 0 0.38 0.25 0.49 339.18 0.23 0.41
Hex 82 51 62 0 26 19 31 153 17 29
Octal 202 121 142 0 46 31 61 523 27 51
Binary 10000010 1010001 1100010 0 100110 11001 110001 101010011 10111 101001

Color Harmonies of #825162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825162

Black with #825162

Text Example


Text Example

White with #825162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825162; }

 p { color: rgb(130,81,98); }

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

background-color css

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

 a { background-color: rgb(130,81,98); }

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

border-color css

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

 span { border-color: rgb(130,81,98); }

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