Shades of Valencia #CC5248
Tints of Valencia #CC5248
RGB
CMYK
RGB Variations
Color information
#CC5248 (or 0xCC5248) is known color: Valencia. HEX triplet: CC, 52 and 48. RGB value is (204,82,72). Sum of RGB (Red+Green+Blue) = 204+82+72=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5248 is #33ADB7. Grayscale: #757575. Windows color (decimal): -3386808 or 4739788. OLE color: 4739788.
HSL color Cylindrical-coordinate representation of color #CC5248: hue angle of 4.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC5248 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 72 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.2 |
| HSL | 4.55º | 0.56% | 0.54% | - |
| HSV(B) | 4.55º | 0.65% | 0.8% | - |
| XYZ | 29.09 | 19.34 | 8.33 | - |
| YUV | 117.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 72 | 0 | 0.60 | 0.65 | 0.2 | 4.55 | 0.56 | 0.54 |
| Hex | CC | 52 | 48 | 0 | 3C | 41 | 14 | 5 | 38 | 36 |
| Octal | 314 | 122 | 110 | 0 | 74 | 101 | 24 | 5 | 70 | 66 |
| Binary | 11001100 | 1010010 | 1001000 | 0 | 111100 | 1000001 | 10100 | 101 | 111000 | 110110 |
Color Harmonies of #CC5248
Complementary color
Monochromatic Colors of #CC5248
Black with #CC5248
Text Example
Text Example
White with #CC5248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5248; }
p { color: rgb(204,82,72); }
H1.HeaderClassName
{
color: #CC5248;
}
.AnyTagClassName
{
color: #CC5248;
}
</style>
background-color css
<style>
a { background-color: #CC5248; }
a { background-color: rgb(204,82,72); }
div.DivClassName
{
background-color: #CC5248;
}
.BgClassName
{
background-color: #CC5248;
}
</style>
border-color css
<style>
span { border-color: #CC5248; }
span { border-color: rgb(204,82,72); }
td.TdClassName
{
border-color: #CC5248;
}
.TagClassName
{
border-color: #CC5248;
}
</style>