Shades of Valencia #CF554C
Tints of Valencia #CF554C
RGB
CMYK
RGB Variations
Color information
#CF554C (or 0xCF554C) is known color: Valencia. HEX triplet: CF, 55 and 4C. RGB value is (207,85,76). Sum of RGB (Red+Green+Blue) = 207+85+76=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF554C is #30AAB3. Grayscale: #787878. Windows color (decimal): -3189428 or 5002703. OLE color: 5002703.
HSL color Cylindrical-coordinate representation of color #CF554C: hue angle of 4.12º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF554C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 76 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.19 |
| HSL | 4.12º | 0.58% | 0.55% | - |
| HSV(B) | 4.12º | 0.63% | 0.81% | - |
| XYZ | 30.29 | 20.28 | 9.16 | - |
| YUV | 120.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 76 | 0 | 0.59 | 0.63 | 0.19 | 4.12 | 0.58 | 0.55 |
| Hex | CF | 55 | 4C | 0 | 3B | 3F | 13 | 4 | 3A | 37 |
| Octal | 317 | 125 | 114 | 0 | 73 | 77 | 23 | 4 | 72 | 67 |
| Binary | 11001111 | 1010101 | 1001100 | 0 | 111011 | 111111 | 10011 | 100 | 111010 | 110111 |
Color Harmonies of #CF554C
Complementary color
Monochromatic Colors of #CF554C
Black with #CF554C
Text Example
Text Example
White with #CF554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF554C; }
p { color: rgb(207,85,76); }
H1.HeaderClassName
{
color: #CF554C;
}
.AnyTagClassName
{
color: #CF554C;
}
</style>
background-color css
<style>
a { background-color: #CF554C; }
a { background-color: rgb(207,85,76); }
div.DivClassName
{
background-color: #CF554C;
}
.BgClassName
{
background-color: #CF554C;
}
</style>
border-color css
<style>
span { border-color: #CF554C; }
span { border-color: rgb(207,85,76); }
td.TdClassName
{
border-color: #CF554C;
}
.TagClassName
{
border-color: #CF554C;
}
</style>