Shades of Valencia #CF4D48
Tints of Valencia #CF4D48
RGB
CMYK
RGB Variations
Color information
#CF4D48 (or 0xCF4D48) is known color: Valencia. HEX triplet: CF, 4D and 48. RGB value is (207,77,72). Sum of RGB (Red+Green+Blue) = 207+77+72=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4D48 is #30B2B7. Grayscale: #737373. Windows color (decimal): -3191480 or 4738511. OLE color: 4738511.
HSL color Cylindrical-coordinate representation of color #CF4D48: hue angle of 2.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4D48 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 72 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.19 |
| HSL | 2.22º | 0.58% | 0.55% | - |
| HSV(B) | 2.22º | 0.65% | 0.81% | - |
| XYZ | 29.56 | 19.04 | 8.25 | - |
| YUV | 115.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 72 | 0 | 0.63 | 0.65 | 0.19 | 2.22 | 0.58 | 0.55 |
| Hex | CF | 4D | 48 | 0 | 3F | 41 | 13 | 2 | 3A | 37 |
| Octal | 317 | 115 | 110 | 0 | 77 | 101 | 23 | 2 | 72 | 67 |
| Binary | 11001111 | 1001101 | 1001000 | 0 | 111111 | 1000001 | 10011 | 10 | 111010 | 110111 |
Color Harmonies of #CF4D48
Complementary color
Monochromatic Colors of #CF4D48
Black with #CF4D48
Text Example
Text Example
White with #CF4D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D48; }
p { color: rgb(207,77,72); }
H1.HeaderClassName
{
color: #CF4D48;
}
.AnyTagClassName
{
color: #CF4D48;
}
</style>
background-color css
<style>
a { background-color: #CF4D48; }
a { background-color: rgb(207,77,72); }
div.DivClassName
{
background-color: #CF4D48;
}
.BgClassName
{
background-color: #CF4D48;
}
</style>
border-color css
<style>
span { border-color: #CF4D48; }
span { border-color: rgb(207,77,72); }
td.TdClassName
{
border-color: #CF4D48;
}
.TagClassName
{
border-color: #CF4D48;
}
</style>