#823C61

Color #823C61 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #823C61

Tints of Cosmic #823C61

Color information

#823C61 (or 0x823C61) is unknown color: approx Cosmic. HEX triplet: 82, 3C and 61. RGB value is (130,60,97). Sum of RGB (Red+Green+Blue) = 130+60+97=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #823C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823C61 is #7DC39E. Grayscale: #555555. Windows color (decimal): -8242079 or 6372482. OLE color: 6372482.

HSL color Cylindrical-coordinate representation of color #823C61: hue angle of 328.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #823C61 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1306097-
CMYK00.540.250.49
HSL328.29º36.84%37.25%-
HSV(B)328.29º53.85%50.98%-
XYZ12.988.8412.33-
YUV85.15134.69159.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=45.30%
G=20.91%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130609700.540.250.49328.2936.8437.25
Hex823C6103619311482525
Octal2027414106631615104545
Binary100000101111001100001011011011001110001101001000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823C61; }

 p { color: rgb(130,60,97); }

 H1.HeaderClassName
 {
   color: #823C61;
 }
 .AnyTagClassName
 {
   color: #823C61;
 }
</style>
background-color css

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

 a { background-color: rgb(130,60,97); }

 div.DivClassName
 {
   background-color: #823C61;
 }
 .BgClassName
 {
   background-color: #823C61;
 }
</style>
border-color css

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

 span { border-color: rgb(130,60,97); }

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