Shades of Bird Flower #CCC605
Tints of Bird Flower #CCC605
RGB
CMYK
RGB Variations
Color information
#CCC605 (or 0xCCC605) is known color: Bird Flower. HEX triplet: CC, C6 and 05. RGB value is (204,198,5). Sum of RGB (Red+Green+Blue) = 204+198+5=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC605 is #3339FA. Grayscale: #B2B2B2. Windows color (decimal): -3357179 or 378572. OLE color: 378572.
HSL color Cylindrical-coordinate representation of color #CCC605: hue angle of 58.19º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCC605 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.2 |
| HSL | 58.19º | 0.95% | 0.41% | - |
| HSV(B) | 58.19º | 0.98% | 0.8% | - |
| XYZ | 45.12 | 53.24 | 8.04 | - |
| YUV | 177.79 | 30.49 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 5 | 0 | 0.03 | 0.98 | 0.2 | 58.19 | 0.95 | 0.41 |
| Hex | CC | C6 | 5 | 0 | 3 | 62 | 14 | 3A | 5F | 29 |
| Octal | 314 | 306 | 5 | 0 | 3 | 142 | 24 | 72 | 137 | 51 |
| Binary | 11001100 | 11000110 | 101 | 0 | 11 | 1100010 | 10100 | 111010 | 1011111 | 101001 |
Color Harmonies of #CCC605
Complementary color
Monochromatic Colors of #CCC605
Black with #CCC605
Text Example
Text Example
White with #CCC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC605; }
p { color: rgb(204,198,5); }
H1.HeaderClassName
{
color: #CCC605;
}
.AnyTagClassName
{
color: #CCC605;
}
</style>
background-color css
<style>
a { background-color: #CCC605; }
a { background-color: rgb(204,198,5); }
div.DivClassName
{
background-color: #CCC605;
}
.BgClassName
{
background-color: #CCC605;
}
</style>
border-color css
<style>
span { border-color: #CCC605; }
span { border-color: rgb(204,198,5); }
td.TdClassName
{
border-color: #CCC605;
}
.TagClassName
{
border-color: #CCC605;
}
</style>