Shades of Bird Flower #CCC10C
Tints of Bird Flower #CCC10C
RGB
CMYK
RGB Variations
Color information
#CCC10C (or 0xCCC10C) is known color: Bird Flower. HEX triplet: CC, C1 and 0C. RGB value is (204,193,12). Sum of RGB (Red+Green+Blue) = 204+193+12=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC10C is #333EF3. Grayscale: #B0B0B0. Windows color (decimal): -3358452 or 836044. OLE color: 836044.
HSL color Cylindrical-coordinate representation of color #CCC10C: hue angle of 56.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCC10C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.2 |
| HSL | 56.56º | 0.89% | 0.42% | - |
| HSV(B) | 56.56º | 0.94% | 0.8% | - |
| XYZ | 44.04 | 51 | 7.87 | - |
| YUV | 175.66 | 35.64 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 12 | 0 | 0.05 | 0.94 | 0.2 | 56.56 | 0.89 | 0.42 |
| Hex | CC | C1 | C | 0 | 5 | 5E | 14 | 39 | 59 | 2A |
| Octal | 314 | 301 | 14 | 0 | 5 | 136 | 24 | 71 | 131 | 52 |
| Binary | 11001100 | 11000001 | 1100 | 0 | 101 | 1011110 | 10100 | 111001 | 1011001 | 101010 |
Color Harmonies of #CCC10C
Complementary color
Monochromatic Colors of #CCC10C
Black with #CCC10C
Text Example
Text Example
White with #CCC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC10C; }
p { color: rgb(204,193,12); }
H1.HeaderClassName
{
color: #CCC10C;
}
.AnyTagClassName
{
color: #CCC10C;
}
</style>
background-color css
<style>
a { background-color: #CCC10C; }
a { background-color: rgb(204,193,12); }
div.DivClassName
{
background-color: #CCC10C;
}
.BgClassName
{
background-color: #CCC10C;
}
</style>
border-color css
<style>
span { border-color: #CCC10C; }
span { border-color: rgb(204,193,12); }
td.TdClassName
{
border-color: #CCC10C;
}
.TagClassName
{
border-color: #CCC10C;
}
</style>