Html Css Color HEX #825062 Cosmic

📋 copy color: '#825062'

red 130 ◦ green 80 ◦ blue 98

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

Shades of Cosmic #825062

Tints of Cosmic #825062

RGB

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

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

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

R = 42.21%
G = 25.97%
B = 31.82%

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

#825062 (or 0x825062) is known color: Cosmic. HEX triplet: 82, 50 and 62. RGB value is (130,80,98). Sum of RGB (Red+Green+Blue) = 130+80+98=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #825062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825062 is #7DAF9D. Grayscale: #606060. Windows color (decimal): -8236958 or 6443138. OLE color: 6443138.

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

Color convert

RGB 130 80 98 -
CMYK 0 0.38 0.25 0.49
HSL 338.4º 0.24% 0.41% -
HSV(B) 338.4º 0.38% 0.51% -
XYZ 14.28 11.36 13 -
YUV 97 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 130 80 98 0 0.38 0.25 0.49 338.4 0.24 0.41
Hex 82 50 62 0 26 19 31 152 18 29
Octal 202 120 142 0 46 31 61 522 30 51
Binary 10000010 1010000 1100010 0 100110 11001 110001 101010010 11000 101001

Color Harmonies of #825062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825062

Black with #825062

Text Example


Text Example

White with #825062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825062; }

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

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

background-color css

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

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

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

border-color css

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

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

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