Shades of Bird Flower #CAB60A
Tints of Bird Flower #CAB60A
RGB
CMYK
RGB Variations
Color information
#CAB60A (or 0xCAB60A) is known color: Bird Flower. HEX triplet: CA, B6 and 0A. RGB value is (202,182,10). Sum of RGB (Red+Green+Blue) = 202+182+10=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB60A is #3549F5. Grayscale: #A9A9A9. Windows color (decimal): -3492342 or 702154. OLE color: 702154.
HSL color Cylindrical-coordinate representation of color #CAB60A: hue angle of 53.75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAB60A is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 10 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.21 |
| HSL | 53.75º | 0.91% | 0.42% | - |
| HSV(B) | 53.75º | 0.95% | 0.79% | - |
| XYZ | 41.14 | 46.03 | 7 | - |
| YUV | 168.37 | 38.63 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 10 | 0 | 0.10 | 0.95 | 0.21 | 53.75 | 0.91 | 0.42 |
| Hex | CA | B6 | A | 0 | A | 5F | 15 | 36 | 5B | 2A |
| Octal | 312 | 266 | 12 | 0 | 12 | 137 | 25 | 66 | 133 | 52 |
| Binary | 11001010 | 10110110 | 1010 | 0 | 1010 | 1011111 | 10101 | 110110 | 1011011 | 101010 |
Color Harmonies of #CAB60A
Complementary color
Monochromatic Colors of #CAB60A
Black with #CAB60A
Text Example
Text Example
White with #CAB60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB60A; }
p { color: rgb(202,182,10); }
H1.HeaderClassName
{
color: #CAB60A;
}
.AnyTagClassName
{
color: #CAB60A;
}
</style>
background-color css
<style>
a { background-color: #CAB60A; }
a { background-color: rgb(202,182,10); }
div.DivClassName
{
background-color: #CAB60A;
}
.BgClassName
{
background-color: #CAB60A;
}
</style>
border-color css
<style>
span { border-color: #CAB60A; }
span { border-color: rgb(202,182,10); }
td.TdClassName
{
border-color: #CAB60A;
}
.TagClassName
{
border-color: #CAB60A;
}
</style>