Shades of Chestnut #C1423F
Tints of Chestnut #C1423F
RGB
CMYK
RGB Variations
Color information
#C1423F (or 0xC1423F) is known color: Chestnut. HEX triplet: C1, 42 and 3F. RGB value is (193,66,63). Sum of RGB (Red+Green+Blue) = 193+66+63=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1423F is #3EBDC0. Grayscale: #676767. Windows color (decimal): -4111809 or 4145857. OLE color: 4145857.
HSL color Cylindrical-coordinate representation of color #C1423F: hue angle of 1.38º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1423F is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 63 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.24 |
| HSL | 1.38º | 0.51% | 0.5% | - |
| HSV(B) | 1.38º | 0.67% | 0.76% | - |
| XYZ | 24.84 | 15.59 | 6.4 | - |
| YUV | 103.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 63 | 0 | 0.66 | 0.67 | 0.24 | 1.38 | 0.51 | 0.5 |
| Hex | C1 | 42 | 3F | 0 | 42 | 43 | 18 | 1 | 33 | 32 |
| Octal | 301 | 102 | 77 | 0 | 102 | 103 | 30 | 1 | 63 | 62 |
| Binary | 11000001 | 1000010 | 111111 | 0 | 1000010 | 1000011 | 11000 | 1 | 110011 | 110010 |
Color Harmonies of #C1423F
Complementary color
Monochromatic Colors of #C1423F
Black with #C1423F
Text Example
Text Example
White with #C1423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1423F; }
p { color: rgb(193,66,63); }
H1.HeaderClassName
{
color: #C1423F;
}
.AnyTagClassName
{
color: #C1423F;
}
</style>
background-color css
<style>
a { background-color: #C1423F; }
a { background-color: rgb(193,66,63); }
div.DivClassName
{
background-color: #C1423F;
}
.BgClassName
{
background-color: #C1423F;
}
</style>
border-color css
<style>
span { border-color: #C1423F; }
span { border-color: rgb(193,66,63); }
td.TdClassName
{
border-color: #C1423F;
}
.TagClassName
{
border-color: #C1423F;
}
</style>