Shades of Christine #C65B2B
Tints of Christine #C65B2B
RGB
CMYK
RGB Variations
Color information
#C65B2B (or 0xC65B2B) is known color: Christine. HEX triplet: C6, 5B and 2B. RGB value is (198,91,43). Sum of RGB (Red+Green+Blue) = 198+91+43=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65B2B is #39A4D4. Grayscale: #757575. Windows color (decimal): -3777749 or 2841542. OLE color: 2841542.
HSL color Cylindrical-coordinate representation of color #C65B2B: hue angle of 18.58º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C65B2B is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 43 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.22 |
| HSL | 18.58º | 0.64% | 0.47% | - |
| HSV(B) | 18.58º | 0.78% | 0.78% | - |
| XYZ | 27.47 | 19.66 | 4.63 | - |
| YUV | 117.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 43 | 0 | 0.54 | 0.78 | 0.22 | 18.58 | 0.64 | 0.47 |
| Hex | C6 | 5B | 2B | 0 | 36 | 4E | 16 | 13 | 40 | 2F |
| Octal | 306 | 133 | 53 | 0 | 66 | 116 | 26 | 23 | 100 | 57 |
| Binary | 11000110 | 1011011 | 101011 | 0 | 110110 | 1001110 | 10110 | 10011 | 1000000 | 101111 |
Color Harmonies of #C65B2B
Complementary color
Monochromatic Colors of #C65B2B
Black with #C65B2B
Text Example
Text Example
White with #C65B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B2B; }
p { color: rgb(198,91,43); }
H1.HeaderClassName
{
color: #C65B2B;
}
.AnyTagClassName
{
color: #C65B2B;
}
</style>
background-color css
<style>
a { background-color: #C65B2B; }
a { background-color: rgb(198,91,43); }
div.DivClassName
{
background-color: #C65B2B;
}
.BgClassName
{
background-color: #C65B2B;
}
</style>
border-color css
<style>
span { border-color: #C65B2B; }
span { border-color: rgb(198,91,43); }
td.TdClassName
{
border-color: #C65B2B;
}
.TagClassName
{
border-color: #C65B2B;
}
</style>