Shades of Bird Flower #CBAC01
Tints of Bird Flower #CBAC01
RGB
CMYK
RGB Variations
Color information
#CBAC01 (or 0xCBAC01) is known color: Bird Flower. HEX triplet: CB, AC and 01. RGB value is (203,172,1). Sum of RGB (Red+Green+Blue) = 203+172+1=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAC01 is #3453FE. Grayscale: #A2A2A2. Windows color (decimal): -3429375 or 109771. OLE color: 109771.
HSL color Cylindrical-coordinate representation of color #CBAC01: hue angle of 50.79º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBAC01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.20 |
| HSL | 50.79º | 0.99% | 0.4% | - |
| HSV(B) | 50.79º | 1% | 0.8% | - |
| XYZ | 39.39 | 42.2 | 6.1 | - |
| YUV | 161.78 | 37.27 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 1 | 0 | 0.15 | 1.00 | 0.20 | 50.79 | 0.99 | 0.4 |
| Hex | CB | AC | 1 | 0 | F | 64 | 14 | 33 | 63 | 28 |
| Octal | 313 | 254 | 1 | 0 | 17 | 144 | 24 | 63 | 143 | 50 |
| Binary | 11001011 | 10101100 | 1 | 0 | 1111 | 1100100 | 10100 | 110011 | 1100011 | 101000 |
Color Harmonies of #CBAC01
Complementary color
Monochromatic Colors of #CBAC01
Black with #CBAC01
Text Example
Text Example
White with #CBAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC01; }
p { color: rgb(203,172,1); }
H1.HeaderClassName
{
color: #CBAC01;
}
.AnyTagClassName
{
color: #CBAC01;
}
</style>
background-color css
<style>
a { background-color: #CBAC01; }
a { background-color: rgb(203,172,1); }
div.DivClassName
{
background-color: #CBAC01;
}
.BgClassName
{
background-color: #CBAC01;
}
</style>
border-color css
<style>
span { border-color: #CBAC01; }
span { border-color: rgb(203,172,1); }
td.TdClassName
{
border-color: #CBAC01;
}
.TagClassName
{
border-color: #CBAC01;
}
</style>