Shades of Camelot #923C4A
Tints of Camelot #923C4A
RGB
CMYK
RGB Variations
Color information
#923C4A (or 0x923C4A) is known color: Camelot. HEX triplet: 92, 3C and 4A. RGB value is (146,60,74). Sum of RGB (Red+Green+Blue) = 146+60+74=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #923C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923C4A is #6DC3B5. Grayscale: #575757. Windows color (decimal): -7193526 or 4865170. OLE color: 4865170.
HSL color Cylindrical-coordinate representation of color #923C4A: hue angle of 350.23º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #923C4A is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 60 | 74 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.43 |
| HSL | 350.23º | 0.42% | 0.4% | - |
| HSV(B) | 350.23º | 0.59% | 0.57% | - |
| XYZ | 14.71 | 9.84 | 7.6 | - |
| YUV | 87.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 74 | 0 | 0.59 | 0.49 | 0.43 | 350.23 | 0.42 | 0.4 |
| Hex | 92 | 3C | 4A | 0 | 3B | 31 | 2B | 15E | 2A | 28 |
| Octal | 222 | 74 | 112 | 0 | 73 | 61 | 53 | 536 | 52 | 50 |
| Binary | 10010010 | 111100 | 1001010 | 0 | 111011 | 110001 | 101011 | 101011110 | 101010 | 101000 |
Color Harmonies of #923C4A
Complementary color
Monochromatic Colors of #923C4A
Black with #923C4A
Text Example
Text Example
White with #923C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923C4A; }
p { color: rgb(146,60,74); }
H1.HeaderClassName
{
color: #923C4A;
}
.AnyTagClassName
{
color: #923C4A;
}
</style>
background-color css
<style>
a { background-color: #923C4A; }
a { background-color: rgb(146,60,74); }
div.DivClassName
{
background-color: #923C4A;
}
.BgClassName
{
background-color: #923C4A;
}
</style>
border-color css
<style>
span { border-color: #923C4A; }
span { border-color: rgb(146,60,74); }
td.TdClassName
{
border-color: #923C4A;
}
.TagClassName
{
border-color: #923C4A;
}
</style>