Html Css Color HEX #824669 Cosmic

📋 copy color: '#824669'

red 130 ◦ green 70 ◦ blue 105

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

Shades of Cosmic #824669

Tints of Cosmic #824669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 42.62%
G = 22.95%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#824669 (or 0x824669) is known color: Cosmic. HEX triplet: 82, 46 and 69. RGB value is (130,70,105). Sum of RGB (Red+Green+Blue) = 130+70+105=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #824669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824669 is #7DB996. Grayscale: #5B5B5B. Windows color (decimal): -8239511 or 6899330. OLE color: 6899330.

HSL color Cylindrical-coordinate representation of color #824669: hue angle of 325º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824669 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 105 -
CMYK 0 0.46 0.19 0.49
HSL 325º 0.3% 0.39% -
HSV(B) 325º 0.46% 0.51% -
XYZ 13.95 10.15 14.59 -
YUV 91.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 130 70 105 0 0.46 0.19 0.49 325 0.3 0.39
Hex 82 46 69 0 2E 13 31 145 1E 27
Octal 202 106 151 0 56 23 61 505 36 47
Binary 10000010 1000110 1101001 0 101110 10011 110001 101000101 11110 100111

Color Harmonies of #824669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824669

Black with #824669

Text Example


Text Example

White with #824669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824669; }

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

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

background-color css

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

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

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

border-color css

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

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

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