Shades of Bird Flower #CCC602
Tints of Bird Flower #CCC602
RGB
CMYK
RGB Variations
Color information
#CCC602 (or 0xCCC602) is known color: Bird Flower. HEX triplet: CC, C6 and 02. RGB value is (204,198,2). Sum of RGB (Red+Green+Blue) = 204+198+2=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC602 is #3339FD. Grayscale: #B2B2B2. Windows color (decimal): -3357182 or 181964. OLE color: 181964.
HSL color Cylindrical-coordinate representation of color #CCC602: hue angle of 58.22º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCC602 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.2 |
| HSL | 58.22º | 0.98% | 0.4% | - |
| HSV(B) | 58.22º | 0.99% | 0.8% | - |
| XYZ | 45.11 | 53.23 | 7.95 | - |
| YUV | 177.45 | 28.99 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 2 | 0 | 0.03 | 0.99 | 0.2 | 58.22 | 0.98 | 0.4 |
| Hex | CC | C6 | 2 | 0 | 3 | 63 | 14 | 3A | 62 | 28 |
| Octal | 314 | 306 | 2 | 0 | 3 | 143 | 24 | 72 | 142 | 50 |
| Binary | 11001100 | 11000110 | 10 | 0 | 11 | 1100011 | 10100 | 111010 | 1100010 | 101000 |
Color Harmonies of #CCC602
Complementary color
Monochromatic Colors of #CCC602
Black with #CCC602
Text Example
Text Example
White with #CCC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC602; }
p { color: rgb(204,198,2); }
H1.HeaderClassName
{
color: #CCC602;
}
.AnyTagClassName
{
color: #CCC602;
}
</style>
background-color css
<style>
a { background-color: #CCC602; }
a { background-color: rgb(204,198,2); }
div.DivClassName
{
background-color: #CCC602;
}
.BgClassName
{
background-color: #CCC602;
}
</style>
border-color css
<style>
span { border-color: #CCC602; }
span { border-color: rgb(204,198,2); }
td.TdClassName
{
border-color: #CCC602;
}
.TagClassName
{
border-color: #CCC602;
}
</style>