Html Css Color HEX #824666 Cosmic

📋 copy color: '#824666'

red 130 ◦ green 70 ◦ blue 102

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

Shades of Cosmic #824666

Tints of Cosmic #824666

RGB

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

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

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

R = 43.05%
G = 23.18%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#824666 (or 0x824666) is known color: Cosmic. HEX triplet: 82, 46 and 66. RGB value is (130,70,102). Sum of RGB (Red+Green+Blue) = 130+70+102=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #824666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824666 is #7DB999. Grayscale: #5B5B5B. Windows color (decimal): -8239514 or 6702722. OLE color: 6702722.

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

Color convert

RGB 130 70 102 -
CMYK 0 0.46 0.22 0.49
HSL 328º 0.3% 0.39% -
HSV(B) 328º 0.46% 0.51% -
XYZ 13.79 10.09 13.79 -
YUV 91.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 130 70 102 0 0.46 0.22 0.49 328 0.3 0.39
Hex 82 46 66 0 2E 16 31 148 1E 27
Octal 202 106 146 0 56 26 61 510 36 47
Binary 10000010 1000110 1100110 0 101110 10110 110001 101001000 11110 100111

Color Harmonies of #824666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824666

Black with #824666

Text Example


Text Example

White with #824666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824666; }

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

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

background-color css

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

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

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

border-color css

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

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

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