Shades of Roman #CF6A64
Tints of Roman #CF6A64
RGB
CMYK
RGB Variations
Color information
#CF6A64 (or 0xCF6A64) is known color: Roman. HEX triplet: CF, 6A and 64. RGB value is (207,106,100). Sum of RGB (Red+Green+Blue) = 207+106+100=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A64 is #30959B. Grayscale: #878787. Windows color (decimal): -3184028 or 6580943. OLE color: 6580943.
HSL color Cylindrical-coordinate representation of color #CF6A64: hue angle of 3.36º 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 #CF6A64 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 100 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.19 |
| HSL | 3.36º | 0.53% | 0.6% | - |
| HSV(B) | 3.36º | 0.52% | 0.81% | - |
| XYZ | 33.19 | 24.49 | 15.04 | - |
| YUV | 135.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 100 | 0 | 0.49 | 0.52 | 0.19 | 3.36 | 0.53 | 0.6 |
| Hex | CF | 6A | 64 | 0 | 31 | 34 | 13 | 3 | 35 | 3C |
| Octal | 317 | 152 | 144 | 0 | 61 | 64 | 23 | 3 | 65 | 74 |
| Binary | 11001111 | 1101010 | 1100100 | 0 | 110001 | 110100 | 10011 | 11 | 110101 | 111100 |
Color Harmonies of #CF6A64
Complementary color
Monochromatic Colors of #CF6A64
Black with #CF6A64
Text Example
Text Example
White with #CF6A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A64; }
p { color: rgb(207,106,100); }
H1.HeaderClassName
{
color: #CF6A64;
}
.AnyTagClassName
{
color: #CF6A64;
}
</style>
background-color css
<style>
a { background-color: #CF6A64; }
a { background-color: rgb(207,106,100); }
div.DivClassName
{
background-color: #CF6A64;
}
.BgClassName
{
background-color: #CF6A64;
}
</style>
border-color css
<style>
span { border-color: #CF6A64; }
span { border-color: rgb(207,106,100); }
td.TdClassName
{
border-color: #CF6A64;
}
.TagClassName
{
border-color: #CF6A64;
}
</style>