Shades of Bird Flower #CBC003
Tints of Bird Flower #CBC003
RGB
CMYK
RGB Variations
Color information
#CBC003 (or 0xCBC003) is known color: Bird Flower. HEX triplet: CB, C0 and 03. RGB value is (203,192,3). Sum of RGB (Red+Green+Blue) = 203+192+3=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC003 is #343FFC. Grayscale: #AEAEAE. Windows color (decimal): -3424253 or 245963. OLE color: 245963.
HSL color Cylindrical-coordinate representation of color #CBC003: hue angle of 56.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBC003 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.20 |
| HSL | 56.7º | 0.97% | 0.4% | - |
| HSV(B) | 56.7º | 0.99% | 0.8% | - |
| XYZ | 43.49 | 50.4 | 7.52 | - |
| YUV | 173.74 | 31.64 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 3 | 0 | 0.05 | 0.99 | 0.20 | 56.7 | 0.97 | 0.4 |
| Hex | CB | C0 | 3 | 0 | 5 | 63 | 14 | 39 | 61 | 28 |
| Octal | 313 | 300 | 3 | 0 | 5 | 143 | 24 | 71 | 141 | 50 |
| Binary | 11001011 | 11000000 | 11 | 0 | 101 | 1100011 | 10100 | 111001 | 1100001 | 101000 |
Color Harmonies of #CBC003
Complementary color
Monochromatic Colors of #CBC003
Black with #CBC003
Text Example
Text Example
White with #CBC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC003; }
p { color: rgb(203,192,3); }
H1.HeaderClassName
{
color: #CBC003;
}
.AnyTagClassName
{
color: #CBC003;
}
</style>
background-color css
<style>
a { background-color: #CBC003; }
a { background-color: rgb(203,192,3); }
div.DivClassName
{
background-color: #CBC003;
}
.BgClassName
{
background-color: #CBC003;
}
</style>
border-color css
<style>
span { border-color: #CBC003; }
span { border-color: rgb(203,192,3); }
td.TdClassName
{
border-color: #CBC003;
}
.TagClassName
{
border-color: #CBC003;
}
</style>