Shades of Valencia #CC554A
Tints of Valencia #CC554A
RGB
CMYK
RGB Variations
Color information
#CC554A (or 0xCC554A) is known color: Valencia. HEX triplet: CC, 55 and 4A. RGB value is (204,85,74). Sum of RGB (Red+Green+Blue) = 204+85+74=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC554A is #33AAB5. Grayscale: #777777. Windows color (decimal): -3386038 or 4871628. OLE color: 4871628.
HSL color Cylindrical-coordinate representation of color #CC554A: hue angle of 5.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC554A is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 74 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.2 |
| HSL | 5.08º | 0.56% | 0.55% | - |
| HSV(B) | 5.08º | 0.64% | 0.8% | - |
| XYZ | 29.39 | 19.83 | 8.76 | - |
| YUV | 119.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 74 | 0 | 0.58 | 0.64 | 0.2 | 5.08 | 0.56 | 0.55 |
| Hex | CC | 55 | 4A | 0 | 3A | 40 | 14 | 5 | 38 | 37 |
| Octal | 314 | 125 | 112 | 0 | 72 | 100 | 24 | 5 | 70 | 67 |
| Binary | 11001100 | 1010101 | 1001010 | 0 | 111010 | 1000000 | 10100 | 101 | 111000 | 110111 |
Color Harmonies of #CC554A
Complementary color
Monochromatic Colors of #CC554A
Black with #CC554A
Text Example
Text Example
White with #CC554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC554A; }
p { color: rgb(204,85,74); }
H1.HeaderClassName
{
color: #CC554A;
}
.AnyTagClassName
{
color: #CC554A;
}
</style>
background-color css
<style>
a { background-color: #CC554A; }
a { background-color: rgb(204,85,74); }
div.DivClassName
{
background-color: #CC554A;
}
.BgClassName
{
background-color: #CC554A;
}
</style>
border-color css
<style>
span { border-color: #CC554A; }
span { border-color: rgb(204,85,74); }
td.TdClassName
{
border-color: #CC554A;
}
.TagClassName
{
border-color: #CC554A;
}
</style>