Html Css Color HEX #824E6C Cosmic

📋 copy color: '#824E6C'

red 130 ◦ green 78 ◦ blue 108

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

Shades of Cosmic #824E6C

Tints of Cosmic #824E6C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.68%

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 41.14%
G = 24.68%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#824E6C (or 0x824E6C) is known color: Cosmic. HEX triplet: 82, 4E and 6C. RGB value is (130,78,108). Sum of RGB (Red+Green+Blue) = 130+78+108=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #824E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E6C is #7DB193. Grayscale: #606060. Windows color (decimal): -8237460 or 7097986. OLE color: 7097986.

HSL color Cylindrical-coordinate representation of color #824E6C: hue angle of 325.38º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #824E6C is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 78 108 -
CMYK 0 0.40 0.17 0.49
HSL 325.38º 0.25% 0.41% -
HSV(B) 325.38º 0.4% 0.51% -
XYZ 14.64 11.28 15.59 -
YUV 96.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 130 78 108 0 0.40 0.17 0.49 325.38 0.25 0.41
Hex 82 4E 6C 0 28 11 31 145 19 29
Octal 202 116 154 0 50 21 61 505 31 51
Binary 10000010 1001110 1101100 0 101000 10001 110001 101000101 11001 101001

Color Harmonies of #824E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E6C

Black with #824E6C

Text Example


Text Example

White with #824E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824E6C; }

 p { color: rgb(130,78,108); }

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

background-color css

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

 a { background-color: rgb(130,78,108); }

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

border-color css

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

 span { border-color: rgb(130,78,108); }

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