Shades of Valencia #CF5C4E
Tints of Valencia #CF5C4E
RGB
CMYK
RGB Variations
Color information
#CF5C4E (or 0xCF5C4E) is known color: Valencia. HEX triplet: CF, 5C and 4E. RGB value is (207,92,78). Sum of RGB (Red+Green+Blue) = 207+92+78=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C4E is #30A3B1. Grayscale: #7C7C7C. Windows color (decimal): -3187634 or 5135567. OLE color: 5135567.
HSL color Cylindrical-coordinate representation of color #CF5C4E: hue angle of 6.51º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF5C4E is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 78 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.19 |
| HSL | 6.51º | 0.57% | 0.56% | - |
| HSV(B) | 6.51º | 0.62% | 0.81% | - |
| XYZ | 30.93 | 21.47 | 9.72 | - |
| YUV | 124.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 78 | 0 | 0.56 | 0.62 | 0.19 | 6.51 | 0.57 | 0.56 |
| Hex | CF | 5C | 4E | 0 | 38 | 3E | 13 | 7 | 39 | 38 |
| Octal | 317 | 134 | 116 | 0 | 70 | 76 | 23 | 7 | 71 | 70 |
| Binary | 11001111 | 1011100 | 1001110 | 0 | 111000 | 111110 | 10011 | 111 | 111001 | 111000 |
Color Harmonies of #CF5C4E
Complementary color
Monochromatic Colors of #CF5C4E
Black with #CF5C4E
Text Example
Text Example
White with #CF5C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C4E; }
p { color: rgb(207,92,78); }
H1.HeaderClassName
{
color: #CF5C4E;
}
.AnyTagClassName
{
color: #CF5C4E;
}
</style>
background-color css
<style>
a { background-color: #CF5C4E; }
a { background-color: rgb(207,92,78); }
div.DivClassName
{
background-color: #CF5C4E;
}
.BgClassName
{
background-color: #CF5C4E;
}
</style>
border-color css
<style>
span { border-color: #CF5C4E; }
span { border-color: rgb(207,92,78); }
td.TdClassName
{
border-color: #CF5C4E;
}
.TagClassName
{
border-color: #CF5C4E;
}
</style>