Shades of Bird Flower #CAB00C
Tints of Bird Flower #CAB00C
RGB
CMYK
RGB Variations
Color information
#CAB00C (or 0xCAB00C) is known color: Bird Flower. HEX triplet: CA, B0 and 0C. RGB value is (202,176,12). Sum of RGB (Red+Green+Blue) = 202+176+12=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB00C is #354FF3. Grayscale: #A5A5A5. Windows color (decimal): -3493876 or 831690. OLE color: 831690.
HSL color Cylindrical-coordinate representation of color #CAB00C: hue angle of 51.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAB00C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.21 |
| HSL | 51.79º | 0.89% | 0.42% | - |
| HSV(B) | 51.79º | 0.94% | 0.79% | - |
| XYZ | 39.95 | 43.63 | 6.66 | - |
| YUV | 165.08 | 41.61 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 12 | 0 | 0.13 | 0.94 | 0.21 | 51.79 | 0.89 | 0.42 |
| Hex | CA | B0 | C | 0 | D | 5E | 15 | 34 | 59 | 2A |
| Octal | 312 | 260 | 14 | 0 | 15 | 136 | 25 | 64 | 131 | 52 |
| Binary | 11001010 | 10110000 | 1100 | 0 | 1101 | 1011110 | 10101 | 110100 | 1011001 | 101010 |
Color Harmonies of #CAB00C
Complementary color
Monochromatic Colors of #CAB00C
Black with #CAB00C
Text Example
Text Example
White with #CAB00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB00C; }
p { color: rgb(202,176,12); }
H1.HeaderClassName
{
color: #CAB00C;
}
.AnyTagClassName
{
color: #CAB00C;
}
</style>
background-color css
<style>
a { background-color: #CAB00C; }
a { background-color: rgb(202,176,12); }
div.DivClassName
{
background-color: #CAB00C;
}
.BgClassName
{
background-color: #CAB00C;
}
</style>
border-color css
<style>
span { border-color: #CAB00C; }
span { border-color: rgb(202,176,12); }
td.TdClassName
{
border-color: #CAB00C;
}
.TagClassName
{
border-color: #CAB00C;
}
</style>