Html Css Color HEX #835B70 Cosmic

📋 copy color: '#835B70'

red 131 ◦ green 91 ◦ blue 112

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

Shades of Cosmic #835B70

Tints of Cosmic #835B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 39.22%
G = 27.25%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#835B70 (or 0x835B70) is known color: Cosmic. HEX triplet: 83, 5B and 70. RGB value is (131,91,112). Sum of RGB (Red+Green+Blue) = 131+91+112=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #835B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B70 is #7CA48F. Grayscale: #696969. Windows color (decimal): -8168592 or 7363459. OLE color: 7363459.

HSL color Cylindrical-coordinate representation of color #835B70: hue angle of 328.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835B70 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 91 112 -
CMYK 0 0.31 0.15 0.49
HSL 328.5º 0.18% 0.44% -
HSV(B) 328.5º 0.31% 0.51% -
XYZ 16.03 13.48 17.09 -
YUV 105.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 131 91 112 0 0.31 0.15 0.49 328.5 0.18 0.44
Hex 83 5B 70 0 1F F 31 148 12 2C
Octal 203 133 160 0 37 17 61 510 22 54
Binary 10000011 1011011 1110000 0 11111 1111 110001 101001000 10010 101100

Color Harmonies of #835B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B70

Black with #835B70

Text Example


Text Example

White with #835B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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