Shades of Bird Flower #CAC205
Tints of Bird Flower #CAC205
RGB
CMYK
RGB Variations
Color information
#CAC205 (or 0xCAC205) is known color: Bird Flower. HEX triplet: CA, C2 and 05. RGB value is (202,194,5). Sum of RGB (Red+Green+Blue) = 202+194+5=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC205 is #353DFA. Grayscale: #AFAFAF. Windows color (decimal): -3489275 or 377546. OLE color: 377546.
HSL color Cylindrical-coordinate representation of color #CAC205: hue angle of 57.56º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAC205 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.21 |
| HSL | 57.56º | 0.95% | 0.41% | - |
| HSV(B) | 57.56º | 0.98% | 0.79% | - |
| XYZ | 43.68 | 51.15 | 7.71 | - |
| YUV | 174.85 | 32.15 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 5 | 0 | 0.04 | 0.98 | 0.21 | 57.56 | 0.95 | 0.41 |
| Hex | CA | C2 | 5 | 0 | 4 | 62 | 15 | 3A | 5F | 29 |
| Octal | 312 | 302 | 5 | 0 | 4 | 142 | 25 | 72 | 137 | 51 |
| Binary | 11001010 | 11000010 | 101 | 0 | 100 | 1100010 | 10101 | 111010 | 1011111 | 101001 |
Color Harmonies of #CAC205
Complementary color
Monochromatic Colors of #CAC205
Black with #CAC205
Text Example
Text Example
White with #CAC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC205; }
p { color: rgb(202,194,5); }
H1.HeaderClassName
{
color: #CAC205;
}
.AnyTagClassName
{
color: #CAC205;
}
</style>
background-color css
<style>
a { background-color: #CAC205; }
a { background-color: rgb(202,194,5); }
div.DivClassName
{
background-color: #CAC205;
}
.BgClassName
{
background-color: #CAC205;
}
</style>
border-color css
<style>
span { border-color: #CAC205; }
span { border-color: rgb(202,194,5); }
td.TdClassName
{
border-color: #CAC205;
}
.TagClassName
{
border-color: #CAC205;
}
</style>