Shades of Valencia #CF4C43
Tints of Valencia #CF4C43
RGB
CMYK
RGB Variations
Color information
#CF4C43 (or 0xCF4C43) is known color: Valencia. HEX triplet: CF, 4C and 43. RGB value is (207,76,67). Sum of RGB (Red+Green+Blue) = 207+76+67=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4C43 is #30B3BC. Grayscale: #727272. Windows color (decimal): -3191741 or 4410575. OLE color: 4410575.
HSL color Cylindrical-coordinate representation of color #CF4C43: hue angle of 3.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4C43 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 67 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.19 |
| HSL | 3.86º | 0.59% | 0.54% | - |
| HSV(B) | 3.86º | 0.68% | 0.81% | - |
| XYZ | 29.33 | 18.84 | 7.4 | - |
| YUV | 114.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 67 | 0 | 0.63 | 0.68 | 0.19 | 3.86 | 0.59 | 0.54 |
| Hex | CF | 4C | 43 | 0 | 3F | 44 | 13 | 4 | 3B | 36 |
| Octal | 317 | 114 | 103 | 0 | 77 | 104 | 23 | 4 | 73 | 66 |
| Binary | 11001111 | 1001100 | 1000011 | 0 | 111111 | 1000100 | 10011 | 100 | 111011 | 110110 |
Color Harmonies of #CF4C43
Complementary color
Monochromatic Colors of #CF4C43
Black with #CF4C43
Text Example
Text Example
White with #CF4C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C43; }
p { color: rgb(207,76,67); }
H1.HeaderClassName
{
color: #CF4C43;
}
.AnyTagClassName
{
color: #CF4C43;
}
</style>
background-color css
<style>
a { background-color: #CF4C43; }
a { background-color: rgb(207,76,67); }
div.DivClassName
{
background-color: #CF4C43;
}
.BgClassName
{
background-color: #CF4C43;
}
</style>
border-color css
<style>
span { border-color: #CF4C43; }
span { border-color: rgb(207,76,67); }
td.TdClassName
{
border-color: #CF4C43;
}
.TagClassName
{
border-color: #CF4C43;
}
</style>