Html Css Color HEX #835170 Cosmic

📋 copy color: '#835170'

red 131 ◦ green 81 ◦ blue 112

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

Shades of Cosmic #835170

Tints of Cosmic #835170

RGB

 RED value IS 131 (51.56% from 255) = 40.43%

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

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

R = 40.43%
G = 25%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#835170 (or 0x835170) is known color: Cosmic. HEX triplet: 83, 51 and 70. RGB value is (131,81,112). Sum of RGB (Red+Green+Blue) = 131+81+112=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #835170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835170 is #7CAE8F. Grayscale: #636363. Windows color (decimal): -8171152 or 7360899. OLE color: 7360899.

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

Color convert

RGB 131 81 112 -
CMYK 0 0.38 0.15 0.49
HSL 322.8º 0.24% 0.42% -
HSV(B) 322.8º 0.38% 0.51% -
XYZ 15.23 11.88 16.82 -
YUV 99.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 131 81 112 0 0.38 0.15 0.49 322.8 0.24 0.42
Hex 83 51 70 0 26 F 31 143 18 2A
Octal 203 121 160 0 46 17 61 503 30 52
Binary 10000011 1010001 1110000 0 100110 1111 110001 101000011 11000 101010

Color Harmonies of #835170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835170

Black with #835170

Text Example


Text Example

White with #835170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835170; }

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

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

background-color css

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

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

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

border-color css

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

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

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