Shades of Valencia #CF534B
Tints of Valencia #CF534B
RGB
CMYK
RGB Variations
Color information
#CF534B (or 0xCF534B) is known color: Valencia. HEX triplet: CF, 53 and 4B. RGB value is (207,83,75). Sum of RGB (Red+Green+Blue) = 207+83+75=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF534B is #30ACB4. Grayscale: #777777. Windows color (decimal): -3189941 or 4936655. OLE color: 4936655.
HSL color Cylindrical-coordinate representation of color #CF534B: hue angle of 3.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF534B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 75 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.19 |
| HSL | 3.64º | 0.58% | 0.55% | - |
| HSV(B) | 3.64º | 0.64% | 0.81% | - |
| XYZ | 30.1 | 19.96 | 8.92 | - |
| YUV | 119.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 75 | 0 | 0.60 | 0.64 | 0.19 | 3.64 | 0.58 | 0.55 |
| Hex | CF | 53 | 4B | 0 | 3C | 40 | 13 | 4 | 3A | 37 |
| Octal | 317 | 123 | 113 | 0 | 74 | 100 | 23 | 4 | 72 | 67 |
| Binary | 11001111 | 1010011 | 1001011 | 0 | 111100 | 1000000 | 10011 | 100 | 111010 | 110111 |
Color Harmonies of #CF534B
Complementary color
Monochromatic Colors of #CF534B
Black with #CF534B
Text Example
Text Example
White with #CF534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF534B; }
p { color: rgb(207,83,75); }
H1.HeaderClassName
{
color: #CF534B;
}
.AnyTagClassName
{
color: #CF534B;
}
</style>
background-color css
<style>
a { background-color: #CF534B; }
a { background-color: rgb(207,83,75); }
div.DivClassName
{
background-color: #CF534B;
}
.BgClassName
{
background-color: #CF534B;
}
</style>
border-color css
<style>
span { border-color: #CF534B; }
span { border-color: rgb(207,83,75); }
td.TdClassName
{
border-color: #CF534B;
}
.TagClassName
{
border-color: #CF534B;
}
</style>