Shades of Bird Flower #CAC31A
Tints of Bird Flower #CAC31A
RGB
CMYK
RGB Variations
Color information
#CAC31A (or 0xCAC31A) is known color: Bird Flower. HEX triplet: CA, C3 and 1A. RGB value is (202,195,26). Sum of RGB (Red+Green+Blue) = 202+195+26=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC31A is #353CE5. Grayscale: #B2B2B2. Windows color (decimal): -3488998 or 1754058. OLE color: 1754058.
HSL color Cylindrical-coordinate representation of color #CAC31A: hue angle of 57.61º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAC31A is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 26 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.21 |
| HSL | 57.61º | 0.77% | 0.45% | - |
| HSV(B) | 57.61º | 0.87% | 0.79% | - |
| XYZ | 44.06 | 51.66 | 8.63 | - |
| YUV | 177.83 | 42.32 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 26 | 0 | 0.03 | 0.87 | 0.21 | 57.61 | 0.77 | 0.45 |
| Hex | CA | C3 | 1A | 0 | 3 | 57 | 15 | 3A | 4D | 2D |
| Octal | 312 | 303 | 32 | 0 | 3 | 127 | 25 | 72 | 115 | 55 |
| Binary | 11001010 | 11000011 | 11010 | 0 | 11 | 1010111 | 10101 | 111010 | 1001101 | 101101 |
Color Harmonies of #CAC31A
Complementary color
Monochromatic Colors of #CAC31A
Black with #CAC31A
Text Example
Text Example
White with #CAC31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC31A; }
p { color: rgb(202,195,26); }
H1.HeaderClassName
{
color: #CAC31A;
}
.AnyTagClassName
{
color: #CAC31A;
}
</style>
background-color css
<style>
a { background-color: #CAC31A; }
a { background-color: rgb(202,195,26); }
div.DivClassName
{
background-color: #CAC31A;
}
.BgClassName
{
background-color: #CAC31A;
}
</style>
border-color css
<style>
span { border-color: #CAC31A; }
span { border-color: rgb(202,195,26); }
td.TdClassName
{
border-color: #CAC31A;
}
.TagClassName
{
border-color: #CAC31A;
}
</style>