Shades of Bird Flower #CBC00A
Tints of Bird Flower #CBC00A
RGB
CMYK
RGB Variations
Color information
#CBC00A (or 0xCBC00A) is known color: Bird Flower. HEX triplet: CB, C0 and 0A. RGB value is (203,192,10). Sum of RGB (Red+Green+Blue) = 203+192+10=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC00A is #343FF5. Grayscale: #AFAFAF. Windows color (decimal): -3424246 or 704715. OLE color: 704715.
HSL color Cylindrical-coordinate representation of color #CBC00A: hue angle of 56.58º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBC00A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.20 |
| HSL | 56.58º | 0.91% | 0.42% | - |
| HSV(B) | 56.58º | 0.95% | 0.8% | - |
| XYZ | 43.53 | 50.42 | 7.72 | - |
| YUV | 174.54 | 35.14 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 10 | 0 | 0.05 | 0.95 | 0.20 | 56.58 | 0.91 | 0.42 |
| Hex | CB | C0 | A | 0 | 5 | 5F | 14 | 39 | 5B | 2A |
| Octal | 313 | 300 | 12 | 0 | 5 | 137 | 24 | 71 | 133 | 52 |
| Binary | 11001011 | 11000000 | 1010 | 0 | 101 | 1011111 | 10100 | 111001 | 1011011 | 101010 |
Color Harmonies of #CBC00A
Complementary color
Monochromatic Colors of #CBC00A
Black with #CBC00A
Text Example
Text Example
White with #CBC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC00A; }
p { color: rgb(203,192,10); }
H1.HeaderClassName
{
color: #CBC00A;
}
.AnyTagClassName
{
color: #CBC00A;
}
</style>
background-color css
<style>
a { background-color: #CBC00A; }
a { background-color: rgb(203,192,10); }
div.DivClassName
{
background-color: #CBC00A;
}
.BgClassName
{
background-color: #CBC00A;
}
</style>
border-color css
<style>
span { border-color: #CBC00A; }
span { border-color: rgb(203,192,10); }
td.TdClassName
{
border-color: #CBC00A;
}
.TagClassName
{
border-color: #CBC00A;
}
</style>