Html Css Color HEX #825470 Cosmic

📋 copy color: '#825470'

red 130 ◦ green 84 ◦ blue 112

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

Shades of Cosmic #825470

Tints of Cosmic #825470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 39.88%
G = 25.77%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#825470 (or 0x825470) is known color: Cosmic. HEX triplet: 82, 54 and 70. RGB value is (130,84,112). Sum of RGB (Red+Green+Blue) = 130+84+112=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #825470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825470 is #7DAB8F. Grayscale: #646464. Windows color (decimal): -8235920 or 7361666. OLE color: 7361666.

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

Color convert

RGB 130 84 112 -
CMYK 0 0.35 0.14 0.49
HSL 323.48º 0.21% 0.42% -
HSV(B) 323.48º 0.35% 0.51% -
XYZ 15.3 12.26 16.89 -
YUV 100.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 130 84 112 0 0.35 0.14 0.49 323.48 0.21 0.42
Hex 82 54 70 0 23 E 31 143 15 2A
Octal 202 124 160 0 43 16 61 503 25 52
Binary 10000010 1010100 1110000 0 100011 1110 110001 101000011 10101 101010

Color Harmonies of #825470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825470

Black with #825470

Text Example


Text Example

White with #825470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825470; }

 p { color: rgb(130,84,112); }

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

background-color css

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

 a { background-color: rgb(130,84,112); }

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

border-color css

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

 span { border-color: rgb(130,84,112); }

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