Shades of Bird Flower #CCAB0C
Tints of Bird Flower #CCAB0C
RGB
CMYK
RGB Variations
Color information
#CCAB0C (or 0xCCAB0C) is known color: Bird Flower. HEX triplet: CC, AB and 0C. RGB value is (204,171,12). Sum of RGB (Red+Green+Blue) = 204+171+12=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB0C is #3354F3. Grayscale: #A3A3A3. Windows color (decimal): -3364084 or 830412. OLE color: 830412.
HSL color Cylindrical-coordinate representation of color #CCAB0C: hue angle of 49.69º 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 #CCAB0C is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 12 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.2 |
| HSL | 49.69º | 0.89% | 0.42% | - |
| HSV(B) | 49.69º | 0.94% | 0.8% | - |
| XYZ | 39.53 | 41.99 | 6.37 | - |
| YUV | 162.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 12 | 0 | 0.16 | 0.94 | 0.2 | 49.69 | 0.89 | 0.42 |
| Hex | CC | AB | C | 0 | 10 | 5E | 14 | 32 | 59 | 2A |
| Octal | 314 | 253 | 14 | 0 | 20 | 136 | 24 | 62 | 131 | 52 |
| Binary | 11001100 | 10101011 | 1100 | 0 | 10000 | 1011110 | 10100 | 110010 | 1011001 | 101010 |
Color Harmonies of #CCAB0C
Complementary color
Monochromatic Colors of #CCAB0C
Black with #CCAB0C
Text Example
Text Example
White with #CCAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB0C; }
p { color: rgb(204,171,12); }
H1.HeaderClassName
{
color: #CCAB0C;
}
.AnyTagClassName
{
color: #CCAB0C;
}
</style>
background-color css
<style>
a { background-color: #CCAB0C; }
a { background-color: rgb(204,171,12); }
div.DivClassName
{
background-color: #CCAB0C;
}
.BgClassName
{
background-color: #CCAB0C;
}
</style>
border-color css
<style>
span { border-color: #CCAB0C; }
span { border-color: rgb(204,171,12); }
td.TdClassName
{
border-color: #CCAB0C;
}
.TagClassName
{
border-color: #CCAB0C;
}
</style>