Html Css Color HEX #83466A Cosmic

📋 copy color: '#83466A'

red 131 ◦ green 70 ◦ blue 106

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

Shades of Cosmic #83466A

Tints of Cosmic #83466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 42.67%
G = 22.8%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83466A (or 0x83466A) is known color: Cosmic. HEX triplet: 83, 46 and 6A. RGB value is (131,70,106). Sum of RGB (Red+Green+Blue) = 131+70+106=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83466A is #7CB995. Grayscale: #5C5C5C. Windows color (decimal): -8173974 or 6964867. OLE color: 6964867.

HSL color Cylindrical-coordinate representation of color #83466A: hue angle of 324.59º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83466A is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 106 -
CMYK 0 0.47 0.19 0.49
HSL 324.59º 0.3% 0.39% -
HSV(B) 324.59º 0.47% 0.51% -
XYZ 14.15 10.25 14.87 -
YUV 92.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 131 70 106 0 0.47 0.19 0.49 324.59 0.3 0.39
Hex 83 46 6A 0 2F 13 31 145 1E 27
Octal 203 106 152 0 57 23 61 505 36 47
Binary 10000011 1000110 1101010 0 101111 10011 110001 101000101 11110 100111

Color Harmonies of #83466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83466A

Black with #83466A

Text Example


Text Example

White with #83466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83466A; }

 p { color: rgb(131,70,106); }

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

background-color css

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

 a { background-color: rgb(131,70,106); }

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

border-color css

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

 span { border-color: rgb(131,70,106); }

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