Html Css Color HEX #834666 Cosmic

📋 copy color: '#834666'

red 131 ◦ green 70 ◦ blue 102

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

Shades of Cosmic #834666

Tints of Cosmic #834666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 43.23%
G = 23.1%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#834666 (or 0x834666) is known color: Cosmic. HEX triplet: 83, 46 and 66. RGB value is (131,70,102). Sum of RGB (Red+Green+Blue) = 131+70+102=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #834666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834666 is #7CB999. Grayscale: #5B5B5B. Windows color (decimal): -8173978 or 6702723. OLE color: 6702723.

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

Color convert

RGB 131 70 102 -
CMYK 0 0.47 0.22 0.49
HSL 328.52º 0.3% 0.39% -
HSV(B) 328.52º 0.47% 0.51% -
XYZ 13.95 10.16 13.8 -
YUV 91.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 131 70 102 0 0.47 0.22 0.49 328.52 0.3 0.39
Hex 83 46 66 0 2F 16 31 149 1E 27
Octal 203 106 146 0 57 26 61 511 36 47
Binary 10000011 1000110 1100110 0 101111 10110 110001 101001001 11110 100111

Color Harmonies of #834666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834666

Black with #834666

Text Example


Text Example

White with #834666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834666; }

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

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

background-color css

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

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

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

border-color css

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

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

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