Shades of Roman #CF645B
Tints of Roman #CF645B
RGB
CMYK
RGB Variations
Color information
#CF645B (or 0xCF645B) is known color: Roman. HEX triplet: CF, 64 and 5B. RGB value is (207,100,91). Sum of RGB (Red+Green+Blue) = 207+100+91=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF645B is #309BA4. Grayscale: #838383. Windows color (decimal): -3185573 or 5989583. OLE color: 5989583.
HSL color Cylindrical-coordinate representation of color #CF645B: hue angle of 4.66º 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 #CF645B is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 91 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.19 |
| HSL | 4.66º | 0.55% | 0.58% | - |
| HSV(B) | 4.66º | 0.56% | 0.81% | - |
| XYZ | 32.18 | 23.14 | 12.67 | - |
| YUV | 130.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 91 | 0 | 0.52 | 0.56 | 0.19 | 4.66 | 0.55 | 0.58 |
| Hex | CF | 64 | 5B | 0 | 34 | 38 | 13 | 5 | 37 | 3A |
| Octal | 317 | 144 | 133 | 0 | 64 | 70 | 23 | 5 | 67 | 72 |
| Binary | 11001111 | 1100100 | 1011011 | 0 | 110100 | 111000 | 10011 | 101 | 110111 | 111010 |
Color Harmonies of #CF645B
Complementary color
Monochromatic Colors of #CF645B
Black with #CF645B
Text Example
Text Example
White with #CF645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF645B; }
p { color: rgb(207,100,91); }
H1.HeaderClassName
{
color: #CF645B;
}
.AnyTagClassName
{
color: #CF645B;
}
</style>
background-color css
<style>
a { background-color: #CF645B; }
a { background-color: rgb(207,100,91); }
div.DivClassName
{
background-color: #CF645B;
}
.BgClassName
{
background-color: #CF645B;
}
</style>
border-color css
<style>
span { border-color: #CF645B; }
span { border-color: rgb(207,100,91); }
td.TdClassName
{
border-color: #CF645B;
}
.TagClassName
{
border-color: #CF645B;
}
</style>