Shades of Wattle #CCC635
Tints of Wattle #CCC635
RGB
CMYK
RGB Variations
Color information
#CCC635 (or 0xCCC635) is known color: Wattle. HEX triplet: CC, C6 and 35. RGB value is (204,198,53). Sum of RGB (Red+Green+Blue) = 204+198+53=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC635 is #3339CA. Grayscale: #B7B7B7. Windows color (decimal): -3357131 or 3524300. OLE color: 3524300.
HSL color Cylindrical-coordinate representation of color #CCC635: hue angle of 57.62º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCC635 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 53 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.2 |
| HSL | 57.62º | 0.6% | 0.5% | - |
| HSV(B) | 57.62º | 0.74% | 0.8% | - |
| XYZ | 45.74 | 53.48 | 11.28 | - |
| YUV | 183.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 53 | 0 | 0.03 | 0.74 | 0.2 | 57.62 | 0.6 | 0.5 |
| Hex | CC | C6 | 35 | 0 | 3 | 4A | 14 | 3A | 3C | 32 |
| Octal | 314 | 306 | 65 | 0 | 3 | 112 | 24 | 72 | 74 | 62 |
| Binary | 11001100 | 11000110 | 110101 | 0 | 11 | 1001010 | 10100 | 111010 | 111100 | 110010 |
Color Harmonies of #CCC635
Complementary color
Monochromatic Colors of #CCC635
Black with #CCC635
Text Example
Text Example
White with #CCC635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC635; }
p { color: rgb(204,198,53); }
H1.HeaderClassName
{
color: #CCC635;
}
.AnyTagClassName
{
color: #CCC635;
}
</style>
background-color css
<style>
a { background-color: #CCC635; }
a { background-color: rgb(204,198,53); }
div.DivClassName
{
background-color: #CCC635;
}
.BgClassName
{
background-color: #CCC635;
}
</style>
border-color css
<style>
span { border-color: #CCC635; }
span { border-color: rgb(204,198,53); }
td.TdClassName
{
border-color: #CCC635;
}
.TagClassName
{
border-color: #CCC635;
}
</style>