Html Css Color HEX #825170 Cosmic

📋 copy color: '#825170'

red 130 ◦ green 81 ◦ blue 112

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

Shades of Cosmic #825170

Tints of Cosmic #825170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

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

R = 40.25%
G = 25.08%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#825170 (or 0x825170) is known color: Cosmic. HEX triplet: 82, 51 and 70. RGB value is (130,81,112). Sum of RGB (Red+Green+Blue) = 130+81+112=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #825170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825170 is #7DAE8F. Grayscale: #636363. Windows color (decimal): -8236688 or 7360898. OLE color: 7360898.

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

Color convert

RGB 130 81 112 -
CMYK 0 0.38 0.14 0.49
HSL 322.04º 0.23% 0.41% -
HSV(B) 322.04º 0.38% 0.51% -
XYZ 15.07 11.8 16.81 -
YUV 99.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 130 81 112 0 0.38 0.14 0.49 322.04 0.23 0.41
Hex 82 51 70 0 26 E 31 142 17 29
Octal 202 121 160 0 46 16 61 502 27 51
Binary 10000010 1010001 1110000 0 100110 1110 110001 101000010 10111 101001

Color Harmonies of #825170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825170

Black with #825170

Text Example


Text Example

White with #825170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825170; }

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

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

background-color css

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

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

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

border-color css

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

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

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