Shades of Valencia #CF5045
Tints of Valencia #CF5045
RGB
CMYK
RGB Variations
Color information
#CF5045 (or 0xCF5045) is known color: Valencia. HEX triplet: CF, 50 and 45. RGB value is (207,80,69). Sum of RGB (Red+Green+Blue) = 207+80+69=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5045 is #30AFBA. Grayscale: #747474. Windows color (decimal): -3190715 or 4542671. OLE color: 4542671.
HSL color Cylindrical-coordinate representation of color #CF5045: hue angle of 4.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF5045 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 69 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.19 |
| HSL | 4.78º | 0.59% | 0.54% | - |
| HSV(B) | 4.78º | 0.67% | 0.81% | - |
| XYZ | 29.67 | 19.43 | 7.82 | - |
| YUV | 116.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 69 | 0 | 0.61 | 0.67 | 0.19 | 4.78 | 0.59 | 0.54 |
| Hex | CF | 50 | 45 | 0 | 3D | 43 | 13 | 5 | 3B | 36 |
| Octal | 317 | 120 | 105 | 0 | 75 | 103 | 23 | 5 | 73 | 66 |
| Binary | 11001111 | 1010000 | 1000101 | 0 | 111101 | 1000011 | 10011 | 101 | 111011 | 110110 |
Color Harmonies of #CF5045
Complementary color
Monochromatic Colors of #CF5045
Black with #CF5045
Text Example
Text Example
White with #CF5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5045; }
p { color: rgb(207,80,69); }
H1.HeaderClassName
{
color: #CF5045;
}
.AnyTagClassName
{
color: #CF5045;
}
</style>
background-color css
<style>
a { background-color: #CF5045; }
a { background-color: rgb(207,80,69); }
div.DivClassName
{
background-color: #CF5045;
}
.BgClassName
{
background-color: #CF5045;
}
</style>
border-color css
<style>
span { border-color: #CF5045; }
span { border-color: rgb(207,80,69); }
td.TdClassName
{
border-color: #CF5045;
}
.TagClassName
{
border-color: #CF5045;
}
</style>