Html Css Color HEX #823C61 Cosmic

📋 copy color: '#823C61'

red 130 ◦ green 60 ◦ blue 97

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

Shades of Cosmic #823C61

Tints of Cosmic #823C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

 BLUE value IS 97 (38.28% from 255) = 33.8%

R = 45.3%
G = 20.91%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#823C61 (or 0x823C61) is known color: 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

RGB 130 60 97 -
CMYK 0 0.54 0.25 0.49
HSL 328.29º 0.37% 0.37% -
HSV(B) 328.29º 0.54% 0.51% -
XYZ 12.98 8.84 12.33 -
YUV 85.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 130 60 97 0 0.54 0.25 0.49 328.29 0.37 0.37
Hex 82 3C 61 0 36 19 31 148 25 25
Octal 202 74 141 0 66 31 61 510 45 45
Binary 10000010 111100 1100001 0 110110 11001 110001 101001000 100101 100101

Color Harmonies of #823C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823C61

Black with #823C61

Text Example


Text Example

White with #823C61

Text Example


Text Example

HTML Codes & Css Web 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>