Shades of Bird Flower #CCC005
Tints of Bird Flower #CCC005
RGB
CMYK
RGB Variations
Color information
#CCC005 (or 0xCCC005) is known color: Bird Flower. HEX triplet: CC, C0 and 05. RGB value is (204,192,5). Sum of RGB (Red+Green+Blue) = 204+192+5=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC005 is #333FFA. Grayscale: #AFAFAF. Windows color (decimal): -3358715 or 377036. OLE color: 377036.
HSL color Cylindrical-coordinate representation of color #CCC005: hue angle of 56.38º 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 #CCC005 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.2 |
| HSL | 56.38º | 0.95% | 0.41% | - |
| HSV(B) | 56.38º | 0.98% | 0.8% | - |
| XYZ | 43.78 | 50.55 | 7.59 | - |
| YUV | 174.27 | 32.48 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 5 | 0 | 0.06 | 0.98 | 0.2 | 56.38 | 0.95 | 0.41 |
| Hex | CC | C0 | 5 | 0 | 6 | 62 | 14 | 38 | 5F | 29 |
| Octal | 314 | 300 | 5 | 0 | 6 | 142 | 24 | 70 | 137 | 51 |
| Binary | 11001100 | 11000000 | 101 | 0 | 110 | 1100010 | 10100 | 111000 | 1011111 | 101001 |
Color Harmonies of #CCC005
Complementary color
Monochromatic Colors of #CCC005
Black with #CCC005
Text Example
Text Example
White with #CCC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC005; }
p { color: rgb(204,192,5); }
H1.HeaderClassName
{
color: #CCC005;
}
.AnyTagClassName
{
color: #CCC005;
}
</style>
background-color css
<style>
a { background-color: #CCC005; }
a { background-color: rgb(204,192,5); }
div.DivClassName
{
background-color: #CCC005;
}
.BgClassName
{
background-color: #CCC005;
}
</style>
border-color css
<style>
span { border-color: #CCC005; }
span { border-color: rgb(204,192,5); }
td.TdClassName
{
border-color: #CCC005;
}
.TagClassName
{
border-color: #CCC005;
}
</style>