Shades of Bird Flower #CBC609
Tints of Bird Flower #CBC609
RGB
CMYK
RGB Variations
Color information
#CBC609 (or 0xCBC609) is known color: Bird Flower. HEX triplet: CB, C6 and 09. RGB value is (203,198,9). Sum of RGB (Red+Green+Blue) = 203+198+9=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC609 is #3439F6. Grayscale: #B2B2B2. Windows color (decimal): -3422711 or 640715. OLE color: 640715.
HSL color Cylindrical-coordinate representation of color #CBC609: hue angle of 58.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBC609 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.20 |
| HSL | 58.45º | 0.92% | 0.42% | - |
| HSV(B) | 58.45º | 0.96% | 0.8% | - |
| XYZ | 44.87 | 53.1 | 8.14 | - |
| YUV | 177.95 | 32.66 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 9 | 0 | 0.02 | 0.96 | 0.20 | 58.45 | 0.92 | 0.42 |
| Hex | CB | C6 | 9 | 0 | 2 | 60 | 14 | 3A | 5C | 2A |
| Octal | 313 | 306 | 11 | 0 | 2 | 140 | 24 | 72 | 134 | 52 |
| Binary | 11001011 | 11000110 | 1001 | 0 | 10 | 1100000 | 10100 | 111010 | 1011100 | 101010 |
Color Harmonies of #CBC609
Complementary color
Monochromatic Colors of #CBC609
Black with #CBC609
Text Example
Text Example
White with #CBC609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC609; }
p { color: rgb(203,198,9); }
H1.HeaderClassName
{
color: #CBC609;
}
.AnyTagClassName
{
color: #CBC609;
}
</style>
background-color css
<style>
a { background-color: #CBC609; }
a { background-color: rgb(203,198,9); }
div.DivClassName
{
background-color: #CBC609;
}
.BgClassName
{
background-color: #CBC609;
}
</style>
border-color css
<style>
span { border-color: #CBC609; }
span { border-color: rgb(203,198,9); }
td.TdClassName
{
border-color: #CBC609;
}
.TagClassName
{
border-color: #CBC609;
}
</style>