Html Css Color HEX #824966 Cosmic

📋 copy color: '#824966'

red 130 ◦ green 73 ◦ blue 102

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

Shades of Cosmic #824966

Tints of Cosmic #824966

RGB

 RED value IS 130 (51.17% from 255) = 42.62%

 GREEN value IS 73 (28.91% from 255) = 23.93%

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

R = 42.62%
G = 23.93%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#824966 (or 0x824966) is known color: Cosmic. HEX triplet: 82, 49 and 66. RGB value is (130,73,102). Sum of RGB (Red+Green+Blue) = 130+73+102=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #824966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824966 is #7DB699. Grayscale: #5D5D5D. Windows color (decimal): -8238746 or 6703490. OLE color: 6703490.

HSL color Cylindrical-coordinate representation of color #824966: hue angle of 329.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824966 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 102 -
CMYK 0 0.44 0.22 0.49
HSL 329.47º 0.28% 0.4% -
HSV(B) 329.47º 0.44% 0.51% -
XYZ 13.99 10.47 13.85 -
YUV 93.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 130 73 102 0 0.44 0.22 0.49 329.47 0.28 0.4
Hex 82 49 66 0 2C 16 31 149 1C 28
Octal 202 111 146 0 54 26 61 511 34 50
Binary 10000010 1001001 1100110 0 101100 10110 110001 101001001 11100 101000

Color Harmonies of #824966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824966

Black with #824966

Text Example


Text Example

White with #824966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824966; }

 p { color: rgb(130,73,102); }

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

background-color css

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

 a { background-color: rgb(130,73,102); }

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

border-color css

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

 span { border-color: rgb(130,73,102); }

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