Shades of Bird Flower #CCC202
Tints of Bird Flower #CCC202
RGB
CMYK
RGB Variations
Color information
#CCC202 (or 0xCCC202) is known color: Bird Flower. HEX triplet: CC, C2 and 02. RGB value is (204,194,2). Sum of RGB (Red+Green+Blue) = 204+194+2=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC202 is #333DFD. Grayscale: #AFAFAF. Windows color (decimal): -3358206 or 180940. OLE color: 180940.
HSL color Cylindrical-coordinate representation of color #CCC202: hue angle of 57.03º 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 #CCC202 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.2 |
| HSL | 57.03º | 0.98% | 0.4% | - |
| HSV(B) | 57.03º | 0.99% | 0.8% | - |
| XYZ | 44.2 | 51.43 | 7.65 | - |
| YUV | 175.1 | 30.31 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 2 | 0 | 0.05 | 0.99 | 0.2 | 57.03 | 0.98 | 0.4 |
| Hex | CC | C2 | 2 | 0 | 5 | 63 | 14 | 39 | 62 | 28 |
| Octal | 314 | 302 | 2 | 0 | 5 | 143 | 24 | 71 | 142 | 50 |
| Binary | 11001100 | 11000010 | 10 | 0 | 101 | 1100011 | 10100 | 111001 | 1100010 | 101000 |
Color Harmonies of #CCC202
Complementary color
Monochromatic Colors of #CCC202
Black with #CCC202
Text Example
Text Example
White with #CCC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC202; }
p { color: rgb(204,194,2); }
H1.HeaderClassName
{
color: #CCC202;
}
.AnyTagClassName
{
color: #CCC202;
}
</style>
background-color css
<style>
a { background-color: #CCC202; }
a { background-color: rgb(204,194,2); }
div.DivClassName
{
background-color: #CCC202;
}
.BgClassName
{
background-color: #CCC202;
}
</style>
border-color css
<style>
span { border-color: #CCC202; }
span { border-color: rgb(204,194,2); }
td.TdClassName
{
border-color: #CCC202;
}
.TagClassName
{
border-color: #CCC202;
}
</style>