Shades of Bird Flower #CAC31C
Tints of Bird Flower #CAC31C
RGB
CMYK
RGB Variations
Color information
#CAC31C (or 0xCAC31C) is known color: Bird Flower. HEX triplet: CA, C3 and 1C. RGB value is (202,195,28). Sum of RGB (Red+Green+Blue) = 202+195+28=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC31C is #353CE3. Grayscale: #B2B2B2. Windows color (decimal): -3488996 or 1885130. OLE color: 1885130.
HSL color Cylindrical-coordinate representation of color #CAC31C: hue angle of 57.59º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAC31C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 28 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.21 |
| HSL | 57.59º | 0.76% | 0.45% | - |
| HSV(B) | 57.59º | 0.86% | 0.79% | - |
| XYZ | 44.08 | 51.67 | 8.75 | - |
| YUV | 178.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 28 | 0 | 0.03 | 0.86 | 0.21 | 57.59 | 0.76 | 0.45 |
| Hex | CA | C3 | 1C | 0 | 3 | 56 | 15 | 3A | 4C | 2D |
| Octal | 312 | 303 | 34 | 0 | 3 | 126 | 25 | 72 | 114 | 55 |
| Binary | 11001010 | 11000011 | 11100 | 0 | 11 | 1010110 | 10101 | 111010 | 1001100 | 101101 |
Color Harmonies of #CAC31C
Complementary color
Monochromatic Colors of #CAC31C
Black with #CAC31C
Text Example
Text Example
White with #CAC31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC31C; }
p { color: rgb(202,195,28); }
H1.HeaderClassName
{
color: #CAC31C;
}
.AnyTagClassName
{
color: #CAC31C;
}
</style>
background-color css
<style>
a { background-color: #CAC31C; }
a { background-color: rgb(202,195,28); }
div.DivClassName
{
background-color: #CAC31C;
}
.BgClassName
{
background-color: #CAC31C;
}
</style>
border-color css
<style>
span { border-color: #CAC31C; }
span { border-color: rgb(202,195,28); }
td.TdClassName
{
border-color: #CAC31C;
}
.TagClassName
{
border-color: #CAC31C;
}
</style>