Shades of Cosmic #833C65
Tints of Cosmic #833C65
RGB
CMYK
RGB Variations
Color information
#833C65 (or 0x833C65) is known color: Cosmic. HEX triplet: 83, 3C and 65. RGB value is (131,60,101). Sum of RGB (Red+Green+Blue) = 131+60+101=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #833C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833C65 is #7CC39A. Grayscale: #555555. Windows color (decimal): -8176539 or 6634627. OLE color: 6634627.
HSL color Cylindrical-coordinate representation of color #833C65: hue angle of 325.35º 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 #833C65 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 101 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.49 |
| HSL | 325.35º | 0.37% | 0.37% | - |
| HSV(B) | 325.35º | 0.54% | 0.51% | - |
| XYZ | 13.32 | 9 | 13.35 | - |
| YUV | 85.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 101 | 0 | 0.54 | 0.23 | 0.49 | 325.35 | 0.37 | 0.37 |
| Hex | 83 | 3C | 65 | 0 | 36 | 17 | 31 | 145 | 25 | 25 |
| Octal | 203 | 74 | 145 | 0 | 66 | 27 | 61 | 505 | 45 | 45 |
| Binary | 10000011 | 111100 | 1100101 | 0 | 110110 | 10111 | 110001 | 101000101 | 100101 | 100101 |
Color Harmonies of #833C65
Complementary color
Monochromatic Colors of #833C65
Black with #833C65
Text Example
Text Example
White with #833C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C65; }
p { color: rgb(131,60,101); }
H1.HeaderClassName
{
color: #833C65;
}
.AnyTagClassName
{
color: #833C65;
}
</style>
background-color css
<style>
a { background-color: #833C65; }
a { background-color: rgb(131,60,101); }
div.DivClassName
{
background-color: #833C65;
}
.BgClassName
{
background-color: #833C65;
}
</style>
border-color css
<style>
span { border-color: #833C65; }
span { border-color: rgb(131,60,101); }
td.TdClassName
{
border-color: #833C65;
}
.TagClassName
{
border-color: #833C65;
}
</style>