Html Css Color HEX #824E60 Cosmic

📋 copy color: '#824E60'

red 130 ◦ green 78 ◦ blue 96

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

Shades of Cosmic #824E60

Tints of Cosmic #824E60

RGB

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

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

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

R = 42.76%
G = 25.66%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#824E60 (or 0x824E60) is known color: Cosmic. HEX triplet: 82, 4E and 60. RGB value is (130,78,96). Sum of RGB (Red+Green+Blue) = 130+78+96=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #824E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E60 is #7DB19F. Grayscale: #5F5F5F. Windows color (decimal): -8237472 or 6311554. OLE color: 6311554.

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

Color convert

RGB 130 78 96 -
CMYK 0 0.40 0.26 0.49
HSL 339.23º 0.25% 0.41% -
HSV(B) 339.23º 0.4% 0.51% -
XYZ 14.04 11.04 12.46 -
YUV 95.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 130 78 96 0 0.40 0.26 0.49 339.23 0.25 0.41
Hex 82 4E 60 0 28 1A 31 153 19 29
Octal 202 116 140 0 50 32 61 523 31 51
Binary 10000010 1001110 1100000 0 101000 11010 110001 101010011 11001 101001

Color Harmonies of #824E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E60

Black with #824E60

Text Example


Text Example

White with #824E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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