Shades of Bird Flower #CBC004
Tints of Bird Flower #CBC004
RGB
CMYK
RGB Variations
Color information
#CBC004 (or 0xCBC004) is known color: Bird Flower. HEX triplet: CB, C0 and 04. RGB value is (203,192,4). Sum of RGB (Red+Green+Blue) = 203+192+4=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC004 is #343FFB. Grayscale: #AEAEAE. Windows color (decimal): -3424252 or 311499. OLE color: 311499.
HSL color Cylindrical-coordinate representation of color #CBC004: hue angle of 56.68º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBC004 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.20 |
| HSL | 56.68º | 0.96% | 0.41% | - |
| HSV(B) | 56.68º | 0.98% | 0.8% | - |
| XYZ | 43.5 | 50.4 | 7.55 | - |
| YUV | 173.86 | 32.14 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 4 | 0 | 0.05 | 0.98 | 0.20 | 56.68 | 0.96 | 0.41 |
| Hex | CB | C0 | 4 | 0 | 5 | 62 | 14 | 39 | 60 | 29 |
| Octal | 313 | 300 | 4 | 0 | 5 | 142 | 24 | 71 | 140 | 51 |
| Binary | 11001011 | 11000000 | 100 | 0 | 101 | 1100010 | 10100 | 111001 | 1100000 | 101001 |
Color Harmonies of #CBC004
Complementary color
Monochromatic Colors of #CBC004
Black with #CBC004
Text Example
Text Example
White with #CBC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC004; }
p { color: rgb(203,192,4); }
H1.HeaderClassName
{
color: #CBC004;
}
.AnyTagClassName
{
color: #CBC004;
}
</style>
background-color css
<style>
a { background-color: #CBC004; }
a { background-color: rgb(203,192,4); }
div.DivClassName
{
background-color: #CBC004;
}
.BgClassName
{
background-color: #CBC004;
}
</style>
border-color css
<style>
span { border-color: #CBC004; }
span { border-color: rgb(203,192,4); }
td.TdClassName
{
border-color: #CBC004;
}
.TagClassName
{
border-color: #CBC004;
}
</style>