Shades of Bird Flower #CAC10C
Tints of Bird Flower #CAC10C
RGB
CMYK
RGB Variations
Color information
#CAC10C (or 0xCAC10C) is known color: Bird Flower. HEX triplet: CA, C1 and 0C. RGB value is (202,193,12). Sum of RGB (Red+Green+Blue) = 202+193+12=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC10C is #353EF3. Grayscale: #AFAFAF. Windows color (decimal): -3489524 or 836042. OLE color: 836042.
HSL color Cylindrical-coordinate representation of color #CAC10C: hue angle of 57.16º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAC10C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.21 |
| HSL | 57.16º | 0.89% | 0.42% | - |
| HSV(B) | 57.16º | 0.94% | 0.79% | - |
| XYZ | 43.49 | 50.72 | 7.85 | - |
| YUV | 175.06 | 35.98 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 12 | 0 | 0.04 | 0.94 | 0.21 | 57.16 | 0.89 | 0.42 |
| Hex | CA | C1 | C | 0 | 4 | 5E | 15 | 39 | 59 | 2A |
| Octal | 312 | 301 | 14 | 0 | 4 | 136 | 25 | 71 | 131 | 52 |
| Binary | 11001010 | 11000001 | 1100 | 0 | 100 | 1011110 | 10101 | 111001 | 1011001 | 101010 |
Color Harmonies of #CAC10C
Complementary color
Monochromatic Colors of #CAC10C
Black with #CAC10C
Text Example
Text Example
White with #CAC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC10C; }
p { color: rgb(202,193,12); }
H1.HeaderClassName
{
color: #CAC10C;
}
.AnyTagClassName
{
color: #CAC10C;
}
</style>
background-color css
<style>
a { background-color: #CAC10C; }
a { background-color: rgb(202,193,12); }
div.DivClassName
{
background-color: #CAC10C;
}
.BgClassName
{
background-color: #CAC10C;
}
</style>
border-color css
<style>
span { border-color: #CAC10C; }
span { border-color: rgb(202,193,12); }
td.TdClassName
{
border-color: #CAC10C;
}
.TagClassName
{
border-color: #CAC10C;
}
</style>