Shades of Roman #CF655A
Tints of Roman #CF655A
RGB
CMYK
RGB Variations
Color information
#CF655A (or 0xCF655A) is known color: Roman. HEX triplet: CF, 65 and 5A. RGB value is (207,101,90). Sum of RGB (Red+Green+Blue) = 207+101+90=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF655A is #309AA5. Grayscale: #838383. Windows color (decimal): -3185318 or 5924303. OLE color: 5924303.
HSL color Cylindrical-coordinate representation of color #CF655A: hue angle of 5.64º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF655A is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 90 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.19 |
| HSL | 5.64º | 0.55% | 0.58% | - |
| HSV(B) | 5.64º | 0.57% | 0.81% | - |
| XYZ | 32.23 | 23.31 | 12.47 | - |
| YUV | 131.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 90 | 0 | 0.51 | 0.57 | 0.19 | 5.64 | 0.55 | 0.58 |
| Hex | CF | 65 | 5A | 0 | 33 | 39 | 13 | 6 | 37 | 3A |
| Octal | 317 | 145 | 132 | 0 | 63 | 71 | 23 | 6 | 67 | 72 |
| Binary | 11001111 | 1100101 | 1011010 | 0 | 110011 | 111001 | 10011 | 110 | 110111 | 111010 |
Color Harmonies of #CF655A
Complementary color
Monochromatic Colors of #CF655A
Black with #CF655A
Text Example
Text Example
White with #CF655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF655A; }
p { color: rgb(207,101,90); }
H1.HeaderClassName
{
color: #CF655A;
}
.AnyTagClassName
{
color: #CF655A;
}
</style>
background-color css
<style>
a { background-color: #CF655A; }
a { background-color: rgb(207,101,90); }
div.DivClassName
{
background-color: #CF655A;
}
.BgClassName
{
background-color: #CF655A;
}
</style>
border-color css
<style>
span { border-color: #CF655A; }
span { border-color: rgb(207,101,90); }
td.TdClassName
{
border-color: #CF655A;
}
.TagClassName
{
border-color: #CF655A;
}
</style>