Html Css Color HEX #824A69 Cosmic

📋 copy color: '#824A69'

red 130 ◦ green 74 ◦ blue 105

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

Shades of Cosmic #824A69

Tints of Cosmic #824A69

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

 BLUE value IS 105 (41.41% from 255) = 33.98%

R = 42.07%
G = 23.95%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#824A69 (or 0x824A69) is known color: Cosmic. HEX triplet: 82, 4A and 69. RGB value is (130,74,105). Sum of RGB (Red+Green+Blue) = 130+74+105=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #824A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824A69 is #7DB596. Grayscale: #5E5E5E. Windows color (decimal): -8238487 or 6900354. OLE color: 6900354.

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

Color convert

RGB 130 74 105 -
CMYK 0 0.43 0.19 0.49
HSL 326.79º 0.27% 0.4% -
HSV(B) 326.79º 0.43% 0.51% -
XYZ 14.2 10.66 14.67 -
YUV 94.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 130 74 105 0 0.43 0.19 0.49 326.79 0.27 0.4
Hex 82 4A 69 0 2B 13 31 147 1B 28
Octal 202 112 151 0 53 23 61 507 33 50
Binary 10000010 1001010 1101001 0 101011 10011 110001 101000111 11011 101000

Color Harmonies of #824A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A69

Black with #824A69

Text Example


Text Example

White with #824A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,74,105); }

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

background-color css

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

 a { background-color: rgb(130,74,105); }

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

border-color css

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

 span { border-color: rgb(130,74,105); }

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