Shades of Valencia #CB5349
Tints of Valencia #CB5349
RGB
CMYK
RGB Variations
Color information
#CB5349 (or 0xCB5349) is known color: Valencia. HEX triplet: CB, 53 and 49. RGB value is (203,83,73). Sum of RGB (Red+Green+Blue) = 203+83+73=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5349 is #34ACB6. Grayscale: #757575. Windows color (decimal): -3452087 or 4805579. OLE color: 4805579.
HSL color Cylindrical-coordinate representation of color #CB5349: hue angle of 4.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB5349 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 73 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.20 |
| HSL | 4.62º | 0.56% | 0.54% | - |
| HSV(B) | 4.62º | 0.64% | 0.8% | - |
| XYZ | 28.92 | 19.36 | 8.52 | - |
| YUV | 117.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 73 | 0 | 0.59 | 0.64 | 0.20 | 4.62 | 0.56 | 0.54 |
| Hex | CB | 53 | 49 | 0 | 3B | 40 | 14 | 5 | 38 | 36 |
| Octal | 313 | 123 | 111 | 0 | 73 | 100 | 24 | 5 | 70 | 66 |
| Binary | 11001011 | 1010011 | 1001001 | 0 | 111011 | 1000000 | 10100 | 101 | 111000 | 110110 |
Color Harmonies of #CB5349
Complementary color
Monochromatic Colors of #CB5349
Black with #CB5349
Text Example
Text Example
White with #CB5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5349; }
p { color: rgb(203,83,73); }
H1.HeaderClassName
{
color: #CB5349;
}
.AnyTagClassName
{
color: #CB5349;
}
</style>
background-color css
<style>
a { background-color: #CB5349; }
a { background-color: rgb(203,83,73); }
div.DivClassName
{
background-color: #CB5349;
}
.BgClassName
{
background-color: #CB5349;
}
</style>
border-color css
<style>
span { border-color: #CB5349; }
span { border-color: rgb(203,83,73); }
td.TdClassName
{
border-color: #CB5349;
}
.TagClassName
{
border-color: #CB5349;
}
</style>