Html Css Color HEX #825064 Cosmic

📋 copy color: '#825064'

red 130 ◦ green 80 ◦ blue 100

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

Shades of Cosmic #825064

Tints of Cosmic #825064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

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

R = 41.94%
G = 25.81%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#825064 (or 0x825064) is known color: Cosmic. HEX triplet: 82, 50 and 64. RGB value is (130,80,100). Sum of RGB (Red+Green+Blue) = 130+80+100=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #825064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825064 is #7DAF9B. Grayscale: #616161. Windows color (decimal): -8236956 or 6574210. OLE color: 6574210.

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

Color convert

RGB 130 80 100 -
CMYK 0 0.38 0.23 0.49
HSL 336º 0.24% 0.41% -
HSV(B) 336º 0.38% 0.51% -
XYZ 14.37 11.4 13.5 -
YUV 97.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 130 80 100 0 0.38 0.23 0.49 336 0.24 0.41
Hex 82 50 64 0 26 17 31 150 18 29
Octal 202 120 144 0 46 27 61 520 30 51
Binary 10000010 1010000 1100100 0 100110 10111 110001 101010000 11000 101001

Color Harmonies of #825064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825064

Black with #825064

Text Example


Text Example

White with #825064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825064; }

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

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

background-color css

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

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

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

border-color css

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

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

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