Shades of Bird Flower #CAAC0C
Tints of Bird Flower #CAAC0C
RGB
CMYK
RGB Variations
Color information
#CAAC0C (or 0xCAAC0C) is known color: Bird Flower. HEX triplet: CA, AC and 0C. RGB value is (202,172,12). Sum of RGB (Red+Green+Blue) = 202+172+12=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAC0C is #3553F3. Grayscale: #A3A3A3. Windows color (decimal): -3494900 or 830666. OLE color: 830666.
HSL color Cylindrical-coordinate representation of color #CAAC0C: hue angle of 50.53º 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 #CAAC0C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 12 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.21 |
| HSL | 50.53º | 0.89% | 0.42% | - |
| HSV(B) | 50.53º | 0.94% | 0.79% | - |
| XYZ | 39.18 | 42.09 | 6.41 | - |
| YUV | 162.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 12 | 0 | 0.15 | 0.94 | 0.21 | 50.53 | 0.89 | 0.42 |
| Hex | CA | AC | C | 0 | F | 5E | 15 | 33 | 59 | 2A |
| Octal | 312 | 254 | 14 | 0 | 17 | 136 | 25 | 63 | 131 | 52 |
| Binary | 11001010 | 10101100 | 1100 | 0 | 1111 | 1011110 | 10101 | 110011 | 1011001 | 101010 |
Color Harmonies of #CAAC0C
Complementary color
Monochromatic Colors of #CAAC0C
Black with #CAAC0C
Text Example
Text Example
White with #CAAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAC0C; }
p { color: rgb(202,172,12); }
H1.HeaderClassName
{
color: #CAAC0C;
}
.AnyTagClassName
{
color: #CAAC0C;
}
</style>
background-color css
<style>
a { background-color: #CAAC0C; }
a { background-color: rgb(202,172,12); }
div.DivClassName
{
background-color: #CAAC0C;
}
.BgClassName
{
background-color: #CAAC0C;
}
</style>
border-color css
<style>
span { border-color: #CAAC0C; }
span { border-color: rgb(202,172,12); }
td.TdClassName
{
border-color: #CAAC0C;
}
.TagClassName
{
border-color: #CAAC0C;
}
</style>