Html Css Color HEX #824166 Cosmic

📋 copy color: '#824166'

red 130 ◦ green 65 ◦ blue 102

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

Shades of Cosmic #824166

Tints of Cosmic #824166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 43.77%
G = 21.89%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#824166 (or 0x824166) is known color: Cosmic. HEX triplet: 82, 41 and 66. RGB value is (130,65,102). Sum of RGB (Red+Green+Blue) = 130+65+102=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #824166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824166 is #7DBE99. Grayscale: #585858. Windows color (decimal): -8240794 or 6701442. OLE color: 6701442.

HSL color Cylindrical-coordinate representation of color #824166: hue angle of 325.85º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824166 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 102 -
CMYK 0 0.50 0.22 0.49
HSL 325.85º 0.33% 0.38% -
HSV(B) 325.85º 0.5% 0.51% -
XYZ 13.49 9.49 13.69 -
YUV 88.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 130 65 102 0 0.50 0.22 0.49 325.85 0.33 0.38
Hex 82 41 66 0 32 16 31 146 21 26
Octal 202 101 146 0 62 26 61 506 41 46
Binary 10000010 1000001 1100110 0 110010 10110 110001 101000110 100001 100110

Color Harmonies of #824166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824166

Black with #824166

Text Example


Text Example

White with #824166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824166; }

 p { color: rgb(130,65,102); }

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

background-color css

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

 a { background-color: rgb(130,65,102); }

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

border-color css

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

 span { border-color: rgb(130,65,102); }

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