Shades of Christine #C1672D
Tints of Christine #C1672D
RGB
CMYK
RGB Variations
Color information
#C1672D (or 0xC1672D) is known color: Christine. HEX triplet: C1, 67 and 2D. RGB value is (193,103,45). Sum of RGB (Red+Green+Blue) = 193+103+45=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1672D is #3E98D2. Grayscale: #7B7B7B. Windows color (decimal): -4102355 or 2975681. OLE color: 2975681.
HSL color Cylindrical-coordinate representation of color #C1672D: hue angle of 23.51º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1672D is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 45 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.24 |
| HSL | 23.51º | 0.62% | 0.47% | - |
| HSV(B) | 23.51º | 0.77% | 0.76% | - |
| XYZ | 27.32 | 21.23 | 5.14 | - |
| YUV | 123.3 | 83.82 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 45 | 0 | 0.47 | 0.77 | 0.24 | 23.51 | 0.62 | 0.47 |
| Hex | C1 | 67 | 2D | 0 | 2F | 4D | 18 | 18 | 3E | 2F |
| Octal | 301 | 147 | 55 | 0 | 57 | 115 | 30 | 30 | 76 | 57 |
| Binary | 11000001 | 1100111 | 101101 | 0 | 101111 | 1001101 | 11000 | 11000 | 111110 | 101111 |
Color Harmonies of #C1672D
Complementary color
Monochromatic Colors of #C1672D
Black with #C1672D
Text Example
Text Example
White with #C1672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1672D; }
p { color: rgb(193,103,45); }
H1.HeaderClassName
{
color: #C1672D;
}
.AnyTagClassName
{
color: #C1672D;
}
</style>
background-color css
<style>
a { background-color: #C1672D; }
a { background-color: rgb(193,103,45); }
div.DivClassName
{
background-color: #C1672D;
}
.BgClassName
{
background-color: #C1672D;
}
</style>
border-color css
<style>
span { border-color: #C1672D; }
span { border-color: rgb(193,103,45); }
td.TdClassName
{
border-color: #C1672D;
}
.TagClassName
{
border-color: #C1672D;
}
</style>