Html Css Color HEX #835167 Cosmic

📋 copy color: '#835167'

red 131 ◦ green 81 ◦ blue 103

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

Shades of Cosmic #835167

Tints of Cosmic #835167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 41.59%
G = 25.71%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#835167 (or 0x835167) is known color: Cosmic. HEX triplet: 83, 51 and 67. RGB value is (131,81,103). Sum of RGB (Red+Green+Blue) = 131+81+103=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #835167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835167 is #7CAE98. Grayscale: #626262. Windows color (decimal): -8171161 or 6771075. OLE color: 6771075.

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

Color convert

RGB 131 81 103 -
CMYK 0 0.38 0.21 0.49
HSL 333.6º 0.24% 0.42% -
HSV(B) 333.6º 0.38% 0.51% -
XYZ 14.75 11.69 14.31 -
YUV 98.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 131 81 103 0 0.38 0.21 0.49 333.6 0.24 0.42
Hex 83 51 67 0 26 15 31 14E 18 2A
Octal 203 121 147 0 46 25 61 516 30 52
Binary 10000011 1010001 1100111 0 100110 10101 110001 101001110 11000 101010

Color Harmonies of #835167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835167

Black with #835167

Text Example


Text Example

White with #835167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835167; }

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

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

background-color css

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

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

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

border-color css

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

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

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