Shades of Bird Flower #CACE0F
Tints of Bird Flower #CACE0F
RGB
CMYK
RGB Variations
Color information
#CACE0F (or 0xCACE0F) is known color: Bird Flower. HEX triplet: CA, CE and 0F. RGB value is (202,206,15). Sum of RGB (Red+Green+Blue) = 202+206+15=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACE0F is #3531F0. Grayscale: #B7B7B7. Windows color (decimal): -3486193 or 1035978. OLE color: 1035978.
HSL color Cylindrical-coordinate representation of color #CACE0F: hue angle of 61.26º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CACE0F is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 15 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.19 |
| HSL | 61.26º | 0.86% | 0.43% | - |
| HSV(B) | 61.26º | 0.93% | 0.81% | - |
| XYZ | 46.51 | 56.73 | 8.95 | - |
| YUV | 183.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 15 | 0.02 | 0 | 0.93 | 0.19 | 61.26 | 0.86 | 0.43 |
| Hex | CA | CE | F | 2 | 0 | 5D | 13 | 3D | 56 | 2B |
| Octal | 312 | 316 | 17 | 2 | 0 | 135 | 23 | 75 | 126 | 53 |
| Binary | 11001010 | 11001110 | 1111 | 10 | 0 | 1011101 | 10011 | 111101 | 1010110 | 101011 |
Color Harmonies of #CACE0F
Complementary color
Monochromatic Colors of #CACE0F
Black with #CACE0F
Text Example
Text Example
White with #CACE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE0F; }
p { color: rgb(202,206,15); }
H1.HeaderClassName
{
color: #CACE0F;
}
.AnyTagClassName
{
color: #CACE0F;
}
</style>
background-color css
<style>
a { background-color: #CACE0F; }
a { background-color: rgb(202,206,15); }
div.DivClassName
{
background-color: #CACE0F;
}
.BgClassName
{
background-color: #CACE0F;
}
</style>
border-color css
<style>
span { border-color: #CACE0F; }
span { border-color: rgb(202,206,15); }
td.TdClassName
{
border-color: #CACE0F;
}
.TagClassName
{
border-color: #CACE0F;
}
</style>