Shades of Valencia #CB574C
Tints of Valencia #CB574C
RGB
CMYK
RGB Variations
Color information
#CB574C (or 0xCB574C) is known color: Valencia. HEX triplet: CB, 57 and 4C. RGB value is (203,87,76). Sum of RGB (Red+Green+Blue) = 203+87+76=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB574C is #34A8B3. Grayscale: #787878. Windows color (decimal): -3451060 or 5003211. OLE color: 5003211.
HSL color Cylindrical-coordinate representation of color #CB574C: hue angle of 5.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB574C is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 76 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.20 |
| HSL | 5.2º | 0.55% | 0.55% | - |
| HSV(B) | 5.2º | 0.63% | 0.8% | - |
| XYZ | 29.34 | 20.03 | 9.16 | - |
| YUV | 120.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 76 | 0 | 0.57 | 0.63 | 0.20 | 5.2 | 0.55 | 0.55 |
| Hex | CB | 57 | 4C | 0 | 39 | 3F | 14 | 5 | 37 | 37 |
| Octal | 313 | 127 | 114 | 0 | 71 | 77 | 24 | 5 | 67 | 67 |
| Binary | 11001011 | 1010111 | 1001100 | 0 | 111001 | 111111 | 10100 | 101 | 110111 | 110111 |
Color Harmonies of #CB574C
Complementary color
Monochromatic Colors of #CB574C
Black with #CB574C
Text Example
Text Example
White with #CB574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB574C; }
p { color: rgb(203,87,76); }
H1.HeaderClassName
{
color: #CB574C;
}
.AnyTagClassName
{
color: #CB574C;
}
</style>
background-color css
<style>
a { background-color: #CB574C; }
a { background-color: rgb(203,87,76); }
div.DivClassName
{
background-color: #CB574C;
}
.BgClassName
{
background-color: #CB574C;
}
</style>
border-color css
<style>
span { border-color: #CB574C; }
span { border-color: rgb(203,87,76); }
td.TdClassName
{
border-color: #CB574C;
}
.TagClassName
{
border-color: #CB574C;
}
</style>