Html Css Color HEX #825870 Cosmic

📋 copy color: '#825870'

red 130 ◦ green 88 ◦ blue 112

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

Shades of Cosmic #825870

Tints of Cosmic #825870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

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

R = 39.39%
G = 26.67%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#825870 (or 0x825870) is known color: Cosmic. HEX triplet: 82, 58 and 70. RGB value is (130,88,112). Sum of RGB (Red+Green+Blue) = 130+88+112=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #825870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825870 is #7DA78F. Grayscale: #676767. Windows color (decimal): -8234896 or 7362690. OLE color: 7362690.

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

Color convert

RGB 130 88 112 -
CMYK 0 0.32 0.14 0.49
HSL 325.71º 0.19% 0.43% -
HSV(B) 325.71º 0.32% 0.51% -
XYZ 15.62 12.9 16.99 -
YUV 103.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 130 88 112 0 0.32 0.14 0.49 325.71 0.19 0.43
Hex 82 58 70 0 20 E 31 146 13 2B
Octal 202 130 160 0 40 16 61 506 23 53
Binary 10000010 1011000 1110000 0 100000 1110 110001 101000110 10011 101011

Color Harmonies of #825870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825870

Black with #825870

Text Example


Text Example

White with #825870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825870; }

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

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

background-color css

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

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

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

border-color css

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

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

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