Shades of Roman #CF6B63
Tints of Roman #CF6B63
RGB
CMYK
RGB Variations
Color information
#CF6B63 (or 0xCF6B63) is known color: Roman. HEX triplet: CF, 6B and 63. RGB value is (207,107,99). Sum of RGB (Red+Green+Blue) = 207+107+99=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B63 is #30949C. Grayscale: #888888. Windows color (decimal): -3183773 or 6515663. OLE color: 6515663.
HSL color Cylindrical-coordinate representation of color #CF6B63: hue angle of 4.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6B63 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 99 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.19 |
| HSL | 4.44º | 0.53% | 0.6% | - |
| HSV(B) | 4.44º | 0.52% | 0.81% | - |
| XYZ | 33.24 | 24.68 | 14.82 | - |
| YUV | 135.99 | 107.13 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 99 | 0 | 0.48 | 0.52 | 0.19 | 4.44 | 0.53 | 0.6 |
| Hex | CF | 6B | 63 | 0 | 30 | 34 | 13 | 4 | 35 | 3C |
| Octal | 317 | 153 | 143 | 0 | 60 | 64 | 23 | 4 | 65 | 74 |
| Binary | 11001111 | 1101011 | 1100011 | 0 | 110000 | 110100 | 10011 | 100 | 110101 | 111100 |
Color Harmonies of #CF6B63
Complementary color
Monochromatic Colors of #CF6B63
Black with #CF6B63
Text Example
Text Example
White with #CF6B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B63; }
p { color: rgb(207,107,99); }
H1.HeaderClassName
{
color: #CF6B63;
}
.AnyTagClassName
{
color: #CF6B63;
}
</style>
background-color css
<style>
a { background-color: #CF6B63; }
a { background-color: rgb(207,107,99); }
div.DivClassName
{
background-color: #CF6B63;
}
.BgClassName
{
background-color: #CF6B63;
}
</style>
border-color css
<style>
span { border-color: #CF6B63; }
span { border-color: rgb(207,107,99); }
td.TdClassName
{
border-color: #CF6B63;
}
.TagClassName
{
border-color: #CF6B63;
}
</style>