Html Css Color HEX #825063 Cosmic

📋 copy color: '#825063'

red 130 ◦ green 80 ◦ blue 99

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

Shades of Cosmic #825063

Tints of Cosmic #825063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 42.07%
G = 25.89%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#825063 (or 0x825063) is known color: Cosmic. HEX triplet: 82, 50 and 63. RGB value is (130,80,99). Sum of RGB (Red+Green+Blue) = 130+80+99=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #825063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825063 is #7DAF9C. Grayscale: #616161. Windows color (decimal): -8236957 or 6508674. OLE color: 6508674.

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

Color convert

RGB 130 80 99 -
CMYK 0 0.38 0.24 0.49
HSL 337.2º 0.24% 0.41% -
HSV(B) 337.2º 0.38% 0.51% -
XYZ 14.33 11.38 13.25 -
YUV 97.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 130 80 99 0 0.38 0.24 0.49 337.2 0.24 0.41
Hex 82 50 63 0 26 18 31 151 18 29
Octal 202 120 143 0 46 30 61 521 30 51
Binary 10000010 1010000 1100011 0 100110 11000 110001 101010001 11000 101001

Color Harmonies of #825063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825063

Black with #825063

Text Example


Text Example

White with #825063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825063; }

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

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

background-color css

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

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

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

border-color css

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

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

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