Shades of Cognac #99423C
Tints of Cognac #99423C
RGB
CMYK
RGB Variations
Color information
#99423C (or 0x99423C) is known color: Cognac. HEX triplet: 99, 42 and 3C. RGB value is (153,66,60). Sum of RGB (Red+Green+Blue) = 153+66+60=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #99423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99423C is #66BDC3. Grayscale: #5B5B5B. Windows color (decimal): -6733252 or 3949209. OLE color: 3949209.
HSL color Cylindrical-coordinate representation of color #99423C: hue angle of 3.87º 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 #99423C is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 60 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.4 |
| HSL | 3.87º | 0.44% | 0.42% | - |
| HSV(B) | 3.87º | 0.61% | 0.6% | - |
| XYZ | 15.9 | 10.99 | 5.56 | - |
| YUV | 91.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 60 | 0 | 0.57 | 0.61 | 0.4 | 3.87 | 0.44 | 0.42 |
| Hex | 99 | 42 | 3C | 0 | 39 | 3D | 28 | 4 | 2C | 2A |
| Octal | 231 | 102 | 74 | 0 | 71 | 75 | 50 | 4 | 54 | 52 |
| Binary | 10011001 | 1000010 | 111100 | 0 | 111001 | 111101 | 101000 | 100 | 101100 | 101010 |
Color Harmonies of #99423C
Complementary color
Monochromatic Colors of #99423C
Black with #99423C
Text Example
Text Example
White with #99423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99423C; }
p { color: rgb(153,66,60); }
H1.HeaderClassName
{
color: #99423C;
}
.AnyTagClassName
{
color: #99423C;
}
</style>
background-color css
<style>
a { background-color: #99423C; }
a { background-color: rgb(153,66,60); }
div.DivClassName
{
background-color: #99423C;
}
.BgClassName
{
background-color: #99423C;
}
</style>
border-color css
<style>
span { border-color: #99423C; }
span { border-color: rgb(153,66,60); }
td.TdClassName
{
border-color: #99423C;
}
.TagClassName
{
border-color: #99423C;
}
</style>