Shades of Valencia #CC5249
Tints of Valencia #CC5249
RGB
CMYK
RGB Variations
Color information
#CC5249 (or 0xCC5249) is known color: Valencia. HEX triplet: CC, 52 and 49. RGB value is (204,82,73). Sum of RGB (Red+Green+Blue) = 204+82+73=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5249 is #33ADB6. Grayscale: #757575. Windows color (decimal): -3386807 or 4805324. OLE color: 4805324.
HSL color Cylindrical-coordinate representation of color #CC5249: hue angle of 4.12º 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 #CC5249 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 73 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.2 |
| HSL | 4.12º | 0.56% | 0.54% | - |
| HSV(B) | 4.12º | 0.64% | 0.8% | - |
| XYZ | 29.12 | 19.35 | 8.5 | - |
| YUV | 117.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 73 | 0 | 0.60 | 0.64 | 0.2 | 4.12 | 0.56 | 0.54 |
| Hex | CC | 52 | 49 | 0 | 3C | 40 | 14 | 4 | 38 | 36 |
| Octal | 314 | 122 | 111 | 0 | 74 | 100 | 24 | 4 | 70 | 66 |
| Binary | 11001100 | 1010010 | 1001001 | 0 | 111100 | 1000000 | 10100 | 100 | 111000 | 110110 |
Color Harmonies of #CC5249
Complementary color
Monochromatic Colors of #CC5249
Black with #CC5249
Text Example
Text Example
White with #CC5249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5249; }
p { color: rgb(204,82,73); }
H1.HeaderClassName
{
color: #CC5249;
}
.AnyTagClassName
{
color: #CC5249;
}
</style>
background-color css
<style>
a { background-color: #CC5249; }
a { background-color: rgb(204,82,73); }
div.DivClassName
{
background-color: #CC5249;
}
.BgClassName
{
background-color: #CC5249;
}
</style>
border-color css
<style>
span { border-color: #CC5249; }
span { border-color: rgb(204,82,73); }
td.TdClassName
{
border-color: #CC5249;
}
.TagClassName
{
border-color: #CC5249;
}
</style>