Shades of Cognac #98433C
Tints of Cognac #98433C
RGB
CMYK
RGB Variations
Color information
#98433C (or 0x98433C) is known color: Cognac. HEX triplet: 98, 43 and 3C. RGB value is (152,67,60). Sum of RGB (Red+Green+Blue) = 152+67+60=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98433C is #67BCC3. Grayscale: #5B5B5B. Windows color (decimal): -6798532 or 3949464. OLE color: 3949464.
HSL color Cylindrical-coordinate representation of color #98433C: hue angle of 4.57º degrees, saturation: 0.43, 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 #98433C is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 60 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.40 |
| HSL | 4.57º | 0.43% | 0.42% | - |
| HSV(B) | 4.57º | 0.61% | 0.6% | - |
| XYZ | 15.77 | 11.02 | 5.57 | - |
| YUV | 91.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 60 | 0 | 0.56 | 0.61 | 0.40 | 4.57 | 0.43 | 0.42 |
| Hex | 98 | 43 | 3C | 0 | 38 | 3D | 28 | 5 | 2B | 2A |
| Octal | 230 | 103 | 74 | 0 | 70 | 75 | 50 | 5 | 53 | 52 |
| Binary | 10011000 | 1000011 | 111100 | 0 | 111000 | 111101 | 101000 | 101 | 101011 | 101010 |
Color Harmonies of #98433C
Complementary color
Monochromatic Colors of #98433C
Black with #98433C
Text Example
Text Example
White with #98433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98433C; }
p { color: rgb(152,67,60); }
H1.HeaderClassName
{
color: #98433C;
}
.AnyTagClassName
{
color: #98433C;
}
</style>
background-color css
<style>
a { background-color: #98433C; }
a { background-color: rgb(152,67,60); }
div.DivClassName
{
background-color: #98433C;
}
.BgClassName
{
background-color: #98433C;
}
</style>
border-color css
<style>
span { border-color: #98433C; }
span { border-color: rgb(152,67,60); }
td.TdClassName
{
border-color: #98433C;
}
.TagClassName
{
border-color: #98433C;
}
</style>