Shades of Roman #CF675B
Tints of Roman #CF675B
RGB
CMYK
RGB Variations
Color information
#CF675B (or 0xCF675B) is known color: Roman. HEX triplet: CF, 67 and 5B. RGB value is (207,103,91). Sum of RGB (Red+Green+Blue) = 207+103+91=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF675B is #3098A4. Grayscale: #848484. Windows color (decimal): -3184805 or 5990351. OLE color: 5990351.
HSL color Cylindrical-coordinate representation of color #CF675B: hue angle of 6.21º 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 #CF675B is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 91 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.19 |
| HSL | 6.21º | 0.55% | 0.58% | - |
| HSV(B) | 6.21º | 0.56% | 0.81% | - |
| XYZ | 32.47 | 23.72 | 12.76 | - |
| YUV | 132.73 | 104.46 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 91 | 0 | 0.50 | 0.56 | 0.19 | 6.21 | 0.55 | 0.58 |
| Hex | CF | 67 | 5B | 0 | 32 | 38 | 13 | 6 | 37 | 3A |
| Octal | 317 | 147 | 133 | 0 | 62 | 70 | 23 | 6 | 67 | 72 |
| Binary | 11001111 | 1100111 | 1011011 | 0 | 110010 | 111000 | 10011 | 110 | 110111 | 111010 |
Color Harmonies of #CF675B
Complementary color
Monochromatic Colors of #CF675B
Black with #CF675B
Text Example
Text Example
White with #CF675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF675B; }
p { color: rgb(207,103,91); }
H1.HeaderClassName
{
color: #CF675B;
}
.AnyTagClassName
{
color: #CF675B;
}
</style>
background-color css
<style>
a { background-color: #CF675B; }
a { background-color: rgb(207,103,91); }
div.DivClassName
{
background-color: #CF675B;
}
.BgClassName
{
background-color: #CF675B;
}
</style>
border-color css
<style>
span { border-color: #CF675B; }
span { border-color: rgb(207,103,91); }
td.TdClassName
{
border-color: #CF675B;
}
.TagClassName
{
border-color: #CF675B;
}
</style>