Shades of Valencia #CF5A53
Tints of Valencia #CF5A53
RGB
CMYK
RGB Variations
Color information
#CF5A53 (or 0xCF5A53) is known color: Valencia. HEX triplet: CF, 5A and 53. RGB value is (207,90,83). Sum of RGB (Red+Green+Blue) = 207+90+83=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A53 is #30A5AC. Grayscale: #7C7C7C. Windows color (decimal): -3188141 or 5462735. OLE color: 5462735.
HSL color Cylindrical-coordinate representation of color #CF5A53: hue angle of 3.39º 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 #CF5A53 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 83 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.19 |
| HSL | 3.39º | 0.56% | 0.57% | - |
| HSV(B) | 3.39º | 0.6% | 0.81% | - |
| XYZ | 30.95 | 21.2 | 10.64 | - |
| YUV | 124.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 83 | 0 | 0.57 | 0.60 | 0.19 | 3.39 | 0.56 | 0.57 |
| Hex | CF | 5A | 53 | 0 | 39 | 3C | 13 | 3 | 38 | 39 |
| Octal | 317 | 132 | 123 | 0 | 71 | 74 | 23 | 3 | 70 | 71 |
| Binary | 11001111 | 1011010 | 1010011 | 0 | 111001 | 111100 | 10011 | 11 | 111000 | 111001 |
Color Harmonies of #CF5A53
Complementary color
Monochromatic Colors of #CF5A53
Black with #CF5A53
Text Example
Text Example
White with #CF5A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A53; }
p { color: rgb(207,90,83); }
H1.HeaderClassName
{
color: #CF5A53;
}
.AnyTagClassName
{
color: #CF5A53;
}
</style>
background-color css
<style>
a { background-color: #CF5A53; }
a { background-color: rgb(207,90,83); }
div.DivClassName
{
background-color: #CF5A53;
}
.BgClassName
{
background-color: #CF5A53;
}
</style>
border-color css
<style>
span { border-color: #CF5A53; }
span { border-color: rgb(207,90,83); }
td.TdClassName
{
border-color: #CF5A53;
}
.TagClassName
{
border-color: #CF5A53;
}
</style>