Html Css Color HEX #824E68 Cosmic

📋 copy color: '#824E68'

red 130 ◦ green 78 ◦ blue 104

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

Shades of Cosmic #824E68

Tints of Cosmic #824E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 41.67%
G = 25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#824E68 (or 0x824E68) is known color: Cosmic. HEX triplet: 82, 4E and 68. RGB value is (130,78,104). Sum of RGB (Red+Green+Blue) = 130+78+104=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E68 is #7DB197. Grayscale: #606060. Windows color (decimal): -8237464 or 6835842. OLE color: 6835842.

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

Color convert

RGB 130 78 104 -
CMYK 0 0.40 0.2 0.49
HSL 330º 0.25% 0.41% -
HSV(B) 330º 0.4% 0.51% -
XYZ 14.43 11.19 14.5 -
YUV 96.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 130 78 104 0 0.40 0.2 0.49 330 0.25 0.41
Hex 82 4E 68 0 28 14 31 14A 19 29
Octal 202 116 150 0 50 24 61 512 31 51
Binary 10000010 1001110 1101000 0 101000 10100 110001 101001010 11001 101001

Color Harmonies of #824E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E68

Black with #824E68

Text Example


Text Example

White with #824E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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