Shades of Bird Flower #CBCC06
Tints of Bird Flower #CBCC06
RGB
CMYK
RGB Variations
Color information
#CBCC06 (or 0xCBCC06) is known color: Bird Flower. HEX triplet: CB, CC and 06. RGB value is (203,204,6). Sum of RGB (Red+Green+Blue) = 203+204+6=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCC06 is #3433F9. Grayscale: #B5B5B5. Windows color (decimal): -3421178 or 445643. OLE color: 445643.
HSL color Cylindrical-coordinate representation of color #CBCC06: hue angle of 60.3º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBCC06 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 6 | - |
| CMYK | 0.00 | 0 | 0.97 | 0.2 |
| HSL | 60.3º | 0.94% | 0.41% | - |
| HSV(B) | 60.3º | 0.97% | 0.8% | - |
| XYZ | 46.25 | 55.9 | 8.52 | - |
| YUV | 181.13 | 29.17 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 6 | 0.00 | 0 | 0.97 | 0.2 | 60.3 | 0.94 | 0.41 |
| Hex | CB | CC | 6 | 0 | 0 | 61 | 14 | 3C | 5E | 29 |
| Octal | 313 | 314 | 6 | 0 | 0 | 141 | 24 | 74 | 136 | 51 |
| Binary | 11001011 | 11001100 | 110 | 0 | 0 | 1100001 | 10100 | 111100 | 1011110 | 101001 |
Color Harmonies of #CBCC06
Complementary color
Monochromatic Colors of #CBCC06
Black with #CBCC06
Text Example
Text Example
White with #CBCC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC06; }
p { color: rgb(203,204,6); }
H1.HeaderClassName
{
color: #CBCC06;
}
.AnyTagClassName
{
color: #CBCC06;
}
</style>
background-color css
<style>
a { background-color: #CBCC06; }
a { background-color: rgb(203,204,6); }
div.DivClassName
{
background-color: #CBCC06;
}
.BgClassName
{
background-color: #CBCC06;
}
</style>
border-color css
<style>
span { border-color: #CBCC06; }
span { border-color: rgb(203,204,6); }
td.TdClassName
{
border-color: #CBCC06;
}
.TagClassName
{
border-color: #CBCC06;
}
</style>