Shades of Roman #CE665C
Tints of Roman #CE665C
RGB
CMYK
RGB Variations
Color information
#CE665C (or 0xCE665C) is known color: Roman. HEX triplet: CE, 66 and 5C. RGB value is (206,102,92). Sum of RGB (Red+Green+Blue) = 206+102+92=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE665C is #3199A3. Grayscale: #848484. Windows color (decimal): -3250596 or 6055630. OLE color: 6055630.
HSL color Cylindrical-coordinate representation of color #CE665C: hue angle of 5.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE665C is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 92 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.19 |
| HSL | 5.26º | 0.54% | 0.58% | - |
| HSV(B) | 5.26º | 0.55% | 0.81% | - |
| XYZ | 32.14 | 23.4 | 12.95 | - |
| YUV | 131.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 92 | 0 | 0.50 | 0.55 | 0.19 | 5.26 | 0.54 | 0.58 |
| Hex | CE | 66 | 5C | 0 | 32 | 37 | 13 | 5 | 36 | 3A |
| Octal | 316 | 146 | 134 | 0 | 62 | 67 | 23 | 5 | 66 | 72 |
| Binary | 11001110 | 1100110 | 1011100 | 0 | 110010 | 110111 | 10011 | 101 | 110110 | 111010 |
Color Harmonies of #CE665C
Complementary color
Monochromatic Colors of #CE665C
Black with #CE665C
Text Example
Text Example
White with #CE665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE665C; }
p { color: rgb(206,102,92); }
H1.HeaderClassName
{
color: #CE665C;
}
.AnyTagClassName
{
color: #CE665C;
}
</style>
background-color css
<style>
a { background-color: #CE665C; }
a { background-color: rgb(206,102,92); }
div.DivClassName
{
background-color: #CE665C;
}
.BgClassName
{
background-color: #CE665C;
}
</style>
border-color css
<style>
span { border-color: #CE665C; }
span { border-color: rgb(206,102,92); }
td.TdClassName
{
border-color: #CE665C;
}
.TagClassName
{
border-color: #CE665C;
}
</style>