Shades of Christine #C5672B
Tints of Christine #C5672B
RGB
CMYK
RGB Variations
Color information
#C5672B (or 0xC5672B) is known color: Christine. HEX triplet: C5, 67 and 2B. RGB value is (197,103,43). Sum of RGB (Red+Green+Blue) = 197+103+43=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5672B is #3A98D4. Grayscale: #7C7C7C. Windows color (decimal): -3840213 or 2844613. OLE color: 2844613.
HSL color Cylindrical-coordinate representation of color #C5672B: hue angle of 23.38º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5672B is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 43 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.23 |
| HSL | 23.38º | 0.64% | 0.47% | - |
| HSV(B) | 23.38º | 0.78% | 0.77% | - |
| XYZ | 28.31 | 21.75 | 4.99 | - |
| YUV | 124.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 43 | 0 | 0.48 | 0.78 | 0.23 | 23.38 | 0.64 | 0.47 |
| Hex | C5 | 67 | 2B | 0 | 30 | 4E | 17 | 17 | 40 | 2F |
| Octal | 305 | 147 | 53 | 0 | 60 | 116 | 27 | 27 | 100 | 57 |
| Binary | 11000101 | 1100111 | 101011 | 0 | 110000 | 1001110 | 10111 | 10111 | 1000000 | 101111 |
Color Harmonies of #C5672B
Complementary color
Monochromatic Colors of #C5672B
Black with #C5672B
Text Example
Text Example
White with #C5672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5672B; }
p { color: rgb(197,103,43); }
H1.HeaderClassName
{
color: #C5672B;
}
.AnyTagClassName
{
color: #C5672B;
}
</style>
background-color css
<style>
a { background-color: #C5672B; }
a { background-color: rgb(197,103,43); }
div.DivClassName
{
background-color: #C5672B;
}
.BgClassName
{
background-color: #C5672B;
}
</style>
border-color css
<style>
span { border-color: #C5672B; }
span { border-color: rgb(197,103,43); }
td.TdClassName
{
border-color: #C5672B;
}
.TagClassName
{
border-color: #C5672B;
}
</style>