Shades of Bird Flower #CAC206
Tints of Bird Flower #CAC206
RGB
CMYK
RGB Variations
Color information
#CAC206 (or 0xCAC206) is known color: Bird Flower. HEX triplet: CA, C2 and 06. RGB value is (202,194,6). Sum of RGB (Red+Green+Blue) = 202+194+6=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC206 is #353DF9. Grayscale: #AFAFAF. Windows color (decimal): -3489274 or 443082. OLE color: 443082.
HSL color Cylindrical-coordinate representation of color #CAC206: hue angle of 57.55º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAC206 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.21 |
| HSL | 57.55º | 0.94% | 0.41% | - |
| HSV(B) | 57.55º | 0.97% | 0.79% | - |
| XYZ | 43.68 | 51.15 | 7.74 | - |
| YUV | 174.96 | 32.65 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 6 | 0 | 0.04 | 0.97 | 0.21 | 57.55 | 0.94 | 0.41 |
| Hex | CA | C2 | 6 | 0 | 4 | 61 | 15 | 3A | 5E | 29 |
| Octal | 312 | 302 | 6 | 0 | 4 | 141 | 25 | 72 | 136 | 51 |
| Binary | 11001010 | 11000010 | 110 | 0 | 100 | 1100001 | 10101 | 111010 | 1011110 | 101001 |
Color Harmonies of #CAC206
Complementary color
Monochromatic Colors of #CAC206
Black with #CAC206
Text Example
Text Example
White with #CAC206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC206; }
p { color: rgb(202,194,6); }
H1.HeaderClassName
{
color: #CAC206;
}
.AnyTagClassName
{
color: #CAC206;
}
</style>
background-color css
<style>
a { background-color: #CAC206; }
a { background-color: rgb(202,194,6); }
div.DivClassName
{
background-color: #CAC206;
}
.BgClassName
{
background-color: #CAC206;
}
</style>
border-color css
<style>
span { border-color: #CAC206; }
span { border-color: rgb(202,194,6); }
td.TdClassName
{
border-color: #CAC206;
}
.TagClassName
{
border-color: #CAC206;
}
</style>