Html Css Color HEX #824660 Cosmic

📋 copy color: '#824660'

red 130 ◦ green 70 ◦ blue 96

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

Shades of Cosmic #824660

Tints of Cosmic #824660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 43.92%
G = 23.65%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#824660 (or 0x824660) is known color: Cosmic. HEX triplet: 82, 46 and 60. RGB value is (130,70,96). Sum of RGB (Red+Green+Blue) = 130+70+96=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #824660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824660 is #7DB99F. Grayscale: #5A5A5A. Windows color (decimal): -8239520 or 6309506. OLE color: 6309506.

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

Color convert

RGB 130 70 96 -
CMYK 0 0.46 0.26 0.49
HSL 334º 0.3% 0.39% -
HSV(B) 334º 0.46% 0.51% -
XYZ 13.51 9.97 12.28 -
YUV 90.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 130 70 96 0 0.46 0.26 0.49 334 0.3 0.39
Hex 82 46 60 0 2E 1A 31 14E 1E 27
Octal 202 106 140 0 56 32 61 516 36 47
Binary 10000010 1000110 1100000 0 101110 11010 110001 101001110 11110 100111

Color Harmonies of #824660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824660

Black with #824660

Text Example


Text Example

White with #824660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824660; }

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

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

background-color css

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

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

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

border-color css

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

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

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