Html Css Color HEX #824C63 Cosmic

📋 copy color: '#824C63'

red 130 ◦ green 76 ◦ blue 99

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

Shades of Cosmic #824C63

Tints of Cosmic #824C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

 BLUE value IS 99 (39.06% from 255) = 32.46%

R = 42.62%
G = 24.92%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#824C63 (or 0x824C63) is known color: Cosmic. HEX triplet: 82, 4C and 63. RGB value is (130,76,99). Sum of RGB (Red+Green+Blue) = 130+76+99=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #824C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824C63 is #7DB39C. Grayscale: #5E5E5E. Windows color (decimal): -8237981 or 6507650. OLE color: 6507650.

HSL color Cylindrical-coordinate representation of color #824C63: hue angle of 334.44º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #824C63 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 99 -
CMYK 0 0.42 0.24 0.49
HSL 334.44º 0.26% 0.4% -
HSV(B) 334.44º 0.42% 0.51% -
XYZ 14.04 10.82 13.15 -
YUV 94.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 130 76 99 0 0.42 0.24 0.49 334.44 0.26 0.4
Hex 82 4C 63 0 2A 18 31 14E 1A 28
Octal 202 114 143 0 52 30 61 516 32 50
Binary 10000010 1001100 1100011 0 101010 11000 110001 101001110 11010 101000

Color Harmonies of #824C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C63

Black with #824C63

Text Example


Text Example

White with #824C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,76,99); }

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

background-color css

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

 a { background-color: rgb(130,76,99); }

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

border-color css

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

 span { border-color: rgb(130,76,99); }

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