Shades of Roman #CF6A63
Tints of Roman #CF6A63
RGB
CMYK
RGB Variations
Color information
#CF6A63 (or 0xCF6A63) is known color: Roman. HEX triplet: CF, 6A and 63. RGB value is (207,106,99). Sum of RGB (Red+Green+Blue) = 207+106+99=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A63 is #30959C. Grayscale: #878787. Windows color (decimal): -3184029 or 6515407. OLE color: 6515407.
HSL color Cylindrical-coordinate representation of color #CF6A63: hue angle of 3.89º 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 #CF6A63 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 99 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.19 |
| HSL | 3.89º | 0.53% | 0.6% | - |
| HSV(B) | 3.89º | 0.52% | 0.81% | - |
| XYZ | 33.14 | 24.47 | 14.78 | - |
| YUV | 135.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 99 | 0 | 0.49 | 0.52 | 0.19 | 3.89 | 0.53 | 0.6 |
| Hex | CF | 6A | 63 | 0 | 31 | 34 | 13 | 4 | 35 | 3C |
| Octal | 317 | 152 | 143 | 0 | 61 | 64 | 23 | 4 | 65 | 74 |
| Binary | 11001111 | 1101010 | 1100011 | 0 | 110001 | 110100 | 10011 | 100 | 110101 | 111100 |
Color Harmonies of #CF6A63
Complementary color
Monochromatic Colors of #CF6A63
Black with #CF6A63
Text Example
Text Example
White with #CF6A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A63; }
p { color: rgb(207,106,99); }
H1.HeaderClassName
{
color: #CF6A63;
}
.AnyTagClassName
{
color: #CF6A63;
}
</style>
background-color css
<style>
a { background-color: #CF6A63; }
a { background-color: rgb(207,106,99); }
div.DivClassName
{
background-color: #CF6A63;
}
.BgClassName
{
background-color: #CF6A63;
}
</style>
border-color css
<style>
span { border-color: #CF6A63; }
span { border-color: rgb(207,106,99); }
td.TdClassName
{
border-color: #CF6A63;
}
.TagClassName
{
border-color: #CF6A63;
}
</style>