Html Css Color HEX #824662 Cosmic

📋 copy color: '#824662'

red 130 ◦ green 70 ◦ blue 98

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

Shades of Cosmic #824662

Tints of Cosmic #824662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 43.62%
G = 23.49%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#824662 (or 0x824662) is known color: Cosmic. HEX triplet: 82, 46 and 62. RGB value is (130,70,98). Sum of RGB (Red+Green+Blue) = 130+70+98=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #824662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824662 is #7DB99D. Grayscale: #5B5B5B. Windows color (decimal): -8239518 or 6440578. OLE color: 6440578.

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

Color convert

RGB 130 70 98 -
CMYK 0 0.46 0.25 0.49
HSL 332º 0.3% 0.39% -
HSV(B) 332º 0.46% 0.51% -
XYZ 13.6 10.01 12.77 -
YUV 91.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 130 70 98 0 0.46 0.25 0.49 332 0.3 0.39
Hex 82 46 62 0 2E 19 31 14C 1E 27
Octal 202 106 142 0 56 31 61 514 36 47
Binary 10000010 1000110 1100010 0 101110 11001 110001 101001100 11110 100111

Color Harmonies of #824662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824662

Black with #824662

Text Example


Text Example

White with #824662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824662; }

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

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

background-color css

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

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

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

border-color css

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

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

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