Shades of Cognac #99453C
Tints of Cognac #99453C
RGB
CMYK
RGB Variations
Color information
#99453C (or 0x99453C) is known color: Cognac. HEX triplet: 99, 45 and 3C. RGB value is (153,69,60). Sum of RGB (Red+Green+Blue) = 153+69+60=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99453C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99453C is #66BAC3. Grayscale: #5D5D5D. Windows color (decimal): -6732484 or 3949977. OLE color: 3949977.
HSL color Cylindrical-coordinate representation of color #99453C: hue angle of 5.81º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99453C is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 60 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.4 |
| HSL | 5.81º | 0.44% | 0.42% | - |
| HSV(B) | 5.81º | 0.61% | 0.6% | - |
| XYZ | 16.08 | 11.35 | 5.62 | - |
| YUV | 93.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 60 | 0 | 0.55 | 0.61 | 0.4 | 5.81 | 0.44 | 0.42 |
| Hex | 99 | 45 | 3C | 0 | 37 | 3D | 28 | 6 | 2C | 2A |
| Octal | 231 | 105 | 74 | 0 | 67 | 75 | 50 | 6 | 54 | 52 |
| Binary | 10011001 | 1000101 | 111100 | 0 | 110111 | 111101 | 101000 | 110 | 101100 | 101010 |
Color Harmonies of #99453C
Complementary color
Monochromatic Colors of #99453C
Black with #99453C
Text Example
Text Example
White with #99453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99453C; }
p { color: rgb(153,69,60); }
H1.HeaderClassName
{
color: #99453C;
}
.AnyTagClassName
{
color: #99453C;
}
</style>
background-color css
<style>
a { background-color: #99453C; }
a { background-color: rgb(153,69,60); }
div.DivClassName
{
background-color: #99453C;
}
.BgClassName
{
background-color: #99453C;
}
</style>
border-color css
<style>
span { border-color: #99453C; }
span { border-color: rgb(153,69,60); }
td.TdClassName
{
border-color: #99453C;
}
.TagClassName
{
border-color: #99453C;
}
</style>