Shades of Valencia #CF5D53
Tints of Valencia #CF5D53
RGB
CMYK
RGB Variations
Color information
#CF5D53 (or 0xCF5D53) is known color: Valencia. HEX triplet: CF, 5D and 53. RGB value is (207,93,83). Sum of RGB (Red+Green+Blue) = 207+93+83=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5D53 is #30A2AC. Grayscale: #7E7E7E. Windows color (decimal): -3187373 or 5463503. OLE color: 5463503.
HSL color Cylindrical-coordinate representation of color #CF5D53: hue angle of 4.84º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5D53 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 83 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.19 |
| HSL | 4.84º | 0.56% | 0.57% | - |
| HSV(B) | 4.84º | 0.6% | 0.81% | - |
| XYZ | 31.21 | 21.72 | 10.73 | - |
| YUV | 125.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 83 | 0 | 0.55 | 0.60 | 0.19 | 4.84 | 0.56 | 0.57 |
| Hex | CF | 5D | 53 | 0 | 37 | 3C | 13 | 5 | 38 | 39 |
| Octal | 317 | 135 | 123 | 0 | 67 | 74 | 23 | 5 | 70 | 71 |
| Binary | 11001111 | 1011101 | 1010011 | 0 | 110111 | 111100 | 10011 | 101 | 111000 | 111001 |
Color Harmonies of #CF5D53
Complementary color
Monochromatic Colors of #CF5D53
Black with #CF5D53
Text Example
Text Example
White with #CF5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D53; }
p { color: rgb(207,93,83); }
H1.HeaderClassName
{
color: #CF5D53;
}
.AnyTagClassName
{
color: #CF5D53;
}
</style>
background-color css
<style>
a { background-color: #CF5D53; }
a { background-color: rgb(207,93,83); }
div.DivClassName
{
background-color: #CF5D53;
}
.BgClassName
{
background-color: #CF5D53;
}
</style>
border-color css
<style>
span { border-color: #CF5D53; }
span { border-color: rgb(207,93,83); }
td.TdClassName
{
border-color: #CF5D53;
}
.TagClassName
{
border-color: #CF5D53;
}
</style>