Shades of Valencia #CC554C
Tints of Valencia #CC554C
RGB
CMYK
RGB Variations
Color information
#CC554C (or 0xCC554C) is known color: Valencia. HEX triplet: CC, 55 and 4C. RGB value is (204,85,76). Sum of RGB (Red+Green+Blue) = 204+85+76=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC554C is #33AAB3. Grayscale: #777777. Windows color (decimal): -3386036 or 5002700. OLE color: 5002700.
HSL color Cylindrical-coordinate representation of color #CC554C: hue angle of 4.22º degrees, saturation: 0.56, 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 #CC554C is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 76 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.2 |
| HSL | 4.22º | 0.56% | 0.55% | - |
| HSV(B) | 4.22º | 0.63% | 0.8% | - |
| XYZ | 29.45 | 19.86 | 9.12 | - |
| YUV | 119.56 | 103.42 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 76 | 0 | 0.58 | 0.63 | 0.2 | 4.22 | 0.56 | 0.55 |
| Hex | CC | 55 | 4C | 0 | 3A | 3F | 14 | 4 | 38 | 37 |
| Octal | 314 | 125 | 114 | 0 | 72 | 77 | 24 | 4 | 70 | 67 |
| Binary | 11001100 | 1010101 | 1001100 | 0 | 111010 | 111111 | 10100 | 100 | 111000 | 110111 |
Color Harmonies of #CC554C
Complementary color
Monochromatic Colors of #CC554C
Black with #CC554C
Text Example
Text Example
White with #CC554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC554C; }
p { color: rgb(204,85,76); }
H1.HeaderClassName
{
color: #CC554C;
}
.AnyTagClassName
{
color: #CC554C;
}
</style>
background-color css
<style>
a { background-color: #CC554C; }
a { background-color: rgb(204,85,76); }
div.DivClassName
{
background-color: #CC554C;
}
.BgClassName
{
background-color: #CC554C;
}
</style>
border-color css
<style>
span { border-color: #CC554C; }
span { border-color: rgb(204,85,76); }
td.TdClassName
{
border-color: #CC554C;
}
.TagClassName
{
border-color: #CC554C;
}
</style>