Shades of Bird Flower #CACE0C
Tints of Bird Flower #CACE0C
RGB
CMYK
RGB Variations
Color information
#CACE0C (or 0xCACE0C) is known color: Bird Flower. HEX triplet: CA, CE and 0C. RGB value is (202,206,12). Sum of RGB (Red+Green+Blue) = 202+206+12=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACE0C is #3531F3. Grayscale: #B7B7B7. Windows color (decimal): -3486196 or 839370. OLE color: 839370.
HSL color Cylindrical-coordinate representation of color #CACE0C: hue angle of 61.24º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CACE0C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 12 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.19 |
| HSL | 61.24º | 0.89% | 0.43% | - |
| HSV(B) | 61.24º | 0.94% | 0.81% | - |
| XYZ | 46.49 | 56.73 | 8.85 | - |
| YUV | 182.69 | 31.67 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 12 | 0.02 | 0 | 0.94 | 0.19 | 61.24 | 0.89 | 0.43 |
| Hex | CA | CE | C | 2 | 0 | 5E | 13 | 3D | 59 | 2B |
| Octal | 312 | 316 | 14 | 2 | 0 | 136 | 23 | 75 | 131 | 53 |
| Binary | 11001010 | 11001110 | 1100 | 10 | 0 | 1011110 | 10011 | 111101 | 1011001 | 101011 |
Color Harmonies of #CACE0C
Complementary color
Monochromatic Colors of #CACE0C
Black with #CACE0C
Text Example
Text Example
White with #CACE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE0C; }
p { color: rgb(202,206,12); }
H1.HeaderClassName
{
color: #CACE0C;
}
.AnyTagClassName
{
color: #CACE0C;
}
</style>
background-color css
<style>
a { background-color: #CACE0C; }
a { background-color: rgb(202,206,12); }
div.DivClassName
{
background-color: #CACE0C;
}
.BgClassName
{
background-color: #CACE0C;
}
</style>
border-color css
<style>
span { border-color: #CACE0C; }
span { border-color: rgb(202,206,12); }
td.TdClassName
{
border-color: #CACE0C;
}
.TagClassName
{
border-color: #CACE0C;
}
</style>