Shades of Wattle #CCC93C
Tints of Wattle #CCC93C
RGB
CMYK
RGB Variations
Color information
#CCC93C (or 0xCCC93C) is known color: Wattle. HEX triplet: CC, C9 and 3C. RGB value is (204,201,60). Sum of RGB (Red+Green+Blue) = 204+201+60=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC93C is #3336C3. Grayscale: #BABABA. Windows color (decimal): -3356356 or 3983820. OLE color: 3983820.
HSL color Cylindrical-coordinate representation of color #CCC93C: hue angle of 58.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCC93C is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 60 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.2 |
| HSL | 58.75º | 0.59% | 0.52% | - |
| HSV(B) | 58.75º | 0.71% | 0.8% | - |
| XYZ | 46.6 | 54.94 | 12.42 | - |
| YUV | 185.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 60 | 0 | 0.01 | 0.71 | 0.2 | 58.75 | 0.59 | 0.52 |
| Hex | CC | C9 | 3C | 0 | 1 | 47 | 14 | 3B | 3B | 34 |
| Octal | 314 | 311 | 74 | 0 | 1 | 107 | 24 | 73 | 73 | 64 |
| Binary | 11001100 | 11001001 | 111100 | 0 | 1 | 1000111 | 10100 | 111011 | 111011 | 110100 |
Color Harmonies of #CCC93C
Complementary color
Monochromatic Colors of #CCC93C
Black with #CCC93C
Text Example
Text Example
White with #CCC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC93C; }
p { color: rgb(204,201,60); }
H1.HeaderClassName
{
color: #CCC93C;
}
.AnyTagClassName
{
color: #CCC93C;
}
</style>
background-color css
<style>
a { background-color: #CCC93C; }
a { background-color: rgb(204,201,60); }
div.DivClassName
{
background-color: #CCC93C;
}
.BgClassName
{
background-color: #CCC93C;
}
</style>
border-color css
<style>
span { border-color: #CCC93C; }
span { border-color: rgb(204,201,60); }
td.TdClassName
{
border-color: #CCC93C;
}
.TagClassName
{
border-color: #CCC93C;
}
</style>