Shades of Bird Flower #CAC612
Tints of Bird Flower #CAC612
RGB
CMYK
RGB Variations
Color information
#CAC612 (or 0xCAC612) is known color: Bird Flower. HEX triplet: CA, C6 and 12. RGB value is (202,198,18). Sum of RGB (Red+Green+Blue) = 202+198+18=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC612 is #3539ED. Grayscale: #B3B3B3. Windows color (decimal): -3488238 or 1230538. OLE color: 1230538.
HSL color Cylindrical-coordinate representation of color #CAC612: hue angle of 58.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAC612 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.21 |
| HSL | 58.7º | 0.84% | 0.43% | - |
| HSV(B) | 58.7º | 0.91% | 0.79% | - |
| XYZ | 44.66 | 52.99 | 8.45 | - |
| YUV | 178.68 | 37.33 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 18 | 0 | 0.02 | 0.91 | 0.21 | 58.7 | 0.84 | 0.43 |
| Hex | CA | C6 | 12 | 0 | 2 | 5B | 15 | 3B | 54 | 2B |
| Octal | 312 | 306 | 22 | 0 | 2 | 133 | 25 | 73 | 124 | 53 |
| Binary | 11001010 | 11000110 | 10010 | 0 | 10 | 1011011 | 10101 | 111011 | 1010100 | 101011 |
Color Harmonies of #CAC612
Complementary color
Monochromatic Colors of #CAC612
Black with #CAC612
Text Example
Text Example
White with #CAC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC612; }
p { color: rgb(202,198,18); }
H1.HeaderClassName
{
color: #CAC612;
}
.AnyTagClassName
{
color: #CAC612;
}
</style>
background-color css
<style>
a { background-color: #CAC612; }
a { background-color: rgb(202,198,18); }
div.DivClassName
{
background-color: #CAC612;
}
.BgClassName
{
background-color: #CAC612;
}
</style>
border-color css
<style>
span { border-color: #CAC612; }
span { border-color: rgb(202,198,18); }
td.TdClassName
{
border-color: #CAC612;
}
.TagClassName
{
border-color: #CAC612;
}
</style>