Shades of Christine #C76525
Tints of Christine #C76525
RGB
CMYK
RGB Variations
Color information
#C76525 (or 0xC76525) is known color: Christine. HEX triplet: C7, 65 and 25. RGB value is (199,101,37). Sum of RGB (Red+Green+Blue) = 199+101+37=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C76525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76525 is #389ADA. Grayscale: #7B7B7B. Windows color (decimal): -3709659 or 2450887. OLE color: 2450887.
HSL color Cylindrical-coordinate representation of color #C76525: hue angle of 23.7º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C76525 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 37 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.22 |
| HSL | 23.7º | 0.69% | 0.46% | - |
| HSV(B) | 23.7º | 0.81% | 0.78% | - |
| XYZ | 28.54 | 21.58 | 4.41 | - |
| YUV | 123.01 | 79.47 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 37 | 0 | 0.49 | 0.81 | 0.22 | 23.7 | 0.69 | 0.46 |
| Hex | C7 | 65 | 25 | 0 | 31 | 51 | 16 | 18 | 45 | 2E |
| Octal | 307 | 145 | 45 | 0 | 61 | 121 | 26 | 30 | 105 | 56 |
| Binary | 11000111 | 1100101 | 100101 | 0 | 110001 | 1010001 | 10110 | 11000 | 1000101 | 101110 |
Color Harmonies of #C76525
Complementary color
Monochromatic Colors of #C76525
Black with #C76525
Text Example
Text Example
White with #C76525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76525; }
p { color: rgb(199,101,37); }
H1.HeaderClassName
{
color: #C76525;
}
.AnyTagClassName
{
color: #C76525;
}
</style>
background-color css
<style>
a { background-color: #C76525; }
a { background-color: rgb(199,101,37); }
div.DivClassName
{
background-color: #C76525;
}
.BgClassName
{
background-color: #C76525;
}
</style>
border-color css
<style>
span { border-color: #C76525; }
span { border-color: rgb(199,101,37); }
td.TdClassName
{
border-color: #C76525;
}
.TagClassName
{
border-color: #C76525;
}
</style>