Shades of Bird Flower #CAC60A
Tints of Bird Flower #CAC60A
RGB
CMYK
RGB Variations
Color information
#CAC60A (or 0xCAC60A) is known color: Bird Flower. HEX triplet: CA, C6 and 0A. RGB value is (202,198,10). Sum of RGB (Red+Green+Blue) = 202+198+10=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC60A is #3539F5. Grayscale: #B2B2B2. Windows color (decimal): -3488246 or 706250. OLE color: 706250.
HSL color Cylindrical-coordinate representation of color #CAC60A: hue angle of 58.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 #CAC60A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.21 |
| HSL | 58.75º | 0.91% | 0.42% | - |
| HSV(B) | 58.75º | 0.95% | 0.79% | - |
| XYZ | 44.61 | 52.97 | 8.16 | - |
| YUV | 177.76 | 33.33 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 10 | 0 | 0.02 | 0.95 | 0.21 | 58.75 | 0.91 | 0.42 |
| Hex | CA | C6 | A | 0 | 2 | 5F | 15 | 3B | 5B | 2A |
| Octal | 312 | 306 | 12 | 0 | 2 | 137 | 25 | 73 | 133 | 52 |
| Binary | 11001010 | 11000110 | 1010 | 0 | 10 | 1011111 | 10101 | 111011 | 1011011 | 101010 |
Color Harmonies of #CAC60A
Complementary color
Monochromatic Colors of #CAC60A
Black with #CAC60A
Text Example
Text Example
White with #CAC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC60A; }
p { color: rgb(202,198,10); }
H1.HeaderClassName
{
color: #CAC60A;
}
.AnyTagClassName
{
color: #CAC60A;
}
</style>
background-color css
<style>
a { background-color: #CAC60A; }
a { background-color: rgb(202,198,10); }
div.DivClassName
{
background-color: #CAC60A;
}
.BgClassName
{
background-color: #CAC60A;
}
</style>
border-color css
<style>
span { border-color: #CAC60A; }
span { border-color: rgb(202,198,10); }
td.TdClassName
{
border-color: #CAC60A;
}
.TagClassName
{
border-color: #CAC60A;
}
</style>