Shades of Roman #CF655B
Tints of Roman #CF655B
RGB
CMYK
RGB Variations
Color information
#CF655B (or 0xCF655B) is known color: Roman. HEX triplet: CF, 65 and 5B. RGB value is (207,101,91). Sum of RGB (Red+Green+Blue) = 207+101+91=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF655B is #309AA4. Grayscale: #838383. Windows color (decimal): -3185317 or 5989839. OLE color: 5989839.
HSL color Cylindrical-coordinate representation of color #CF655B: hue angle of 5.17º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF655B is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 91 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.19 |
| HSL | 5.17º | 0.55% | 0.58% | - |
| HSV(B) | 5.17º | 0.56% | 0.81% | - |
| XYZ | 32.27 | 23.33 | 12.7 | - |
| YUV | 131.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 91 | 0 | 0.51 | 0.56 | 0.19 | 5.17 | 0.55 | 0.58 |
| Hex | CF | 65 | 5B | 0 | 33 | 38 | 13 | 5 | 37 | 3A |
| Octal | 317 | 145 | 133 | 0 | 63 | 70 | 23 | 5 | 67 | 72 |
| Binary | 11001111 | 1100101 | 1011011 | 0 | 110011 | 111000 | 10011 | 101 | 110111 | 111010 |
Color Harmonies of #CF655B
Complementary color
Monochromatic Colors of #CF655B
Black with #CF655B
Text Example
Text Example
White with #CF655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF655B; }
p { color: rgb(207,101,91); }
H1.HeaderClassName
{
color: #CF655B;
}
.AnyTagClassName
{
color: #CF655B;
}
</style>
background-color css
<style>
a { background-color: #CF655B; }
a { background-color: rgb(207,101,91); }
div.DivClassName
{
background-color: #CF655B;
}
.BgClassName
{
background-color: #CF655B;
}
</style>
border-color css
<style>
span { border-color: #CF655B; }
span { border-color: rgb(207,101,91); }
td.TdClassName
{
border-color: #CF655B;
}
.TagClassName
{
border-color: #CF655B;
}
</style>