Html Css Color HEX #835067 Cosmic

📋 copy color: '#835067'

red 131 ◦ green 80 ◦ blue 103

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

Shades of Cosmic #835067

Tints of Cosmic #835067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.48%

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

R = 41.72%
G = 25.48%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#835067 (or 0x835067) is known color: Cosmic. HEX triplet: 83, 50 and 67. RGB value is (131,80,103). Sum of RGB (Red+Green+Blue) = 131+80+103=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #835067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835067 is #7CAF98. Grayscale: #616161. Windows color (decimal): -8171417 or 6770819. OLE color: 6770819.

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

Color convert

RGB 131 80 103 -
CMYK 0 0.39 0.21 0.49
HSL 332.94º 0.24% 0.41% -
HSV(B) 332.94º 0.39% 0.51% -
XYZ 14.68 11.54 14.29 -
YUV 97.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 131 80 103 0 0.39 0.21 0.49 332.94 0.24 0.41
Hex 83 50 67 0 27 15 31 14D 18 29
Octal 203 120 147 0 47 25 61 515 30 51
Binary 10000011 1010000 1100111 0 100111 10101 110001 101001101 11000 101001

Color Harmonies of #835067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835067

Black with #835067

Text Example


Text Example

White with #835067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835067; }

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

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

background-color css

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

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

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

border-color css

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

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

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