Shades of Bird Flower #CBCC10
Tints of Bird Flower #CBCC10
RGB
CMYK
RGB Variations
Color information
#CBCC10 (or 0xCBCC10) is known color: Bird Flower. HEX triplet: CB, CC and 10. RGB value is (203,204,16). Sum of RGB (Red+Green+Blue) = 203+204+16=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCC10 is #3433EF. Grayscale: #B7B7B7. Windows color (decimal): -3421168 or 1101003. OLE color: 1101003.
HSL color Cylindrical-coordinate representation of color #CBCC10: hue angle of 60.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBCC10 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 16 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.2 |
| HSL | 60.32º | 0.85% | 0.43% | - |
| HSV(B) | 60.32º | 0.92% | 0.8% | - |
| XYZ | 46.31 | 55.92 | 8.84 | - |
| YUV | 182.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 16 | 0.00 | 0 | 0.92 | 0.2 | 60.32 | 0.85 | 0.43 |
| Hex | CB | CC | 10 | 0 | 0 | 5C | 14 | 3C | 55 | 2B |
| Octal | 313 | 314 | 20 | 0 | 0 | 134 | 24 | 74 | 125 | 53 |
| Binary | 11001011 | 11001100 | 10000 | 0 | 0 | 1011100 | 10100 | 111100 | 1010101 | 101011 |
Color Harmonies of #CBCC10
Complementary color
Monochromatic Colors of #CBCC10
Black with #CBCC10
Text Example
Text Example
White with #CBCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC10; }
p { color: rgb(203,204,16); }
H1.HeaderClassName
{
color: #CBCC10;
}
.AnyTagClassName
{
color: #CBCC10;
}
</style>
background-color css
<style>
a { background-color: #CBCC10; }
a { background-color: rgb(203,204,16); }
div.DivClassName
{
background-color: #CBCC10;
}
.BgClassName
{
background-color: #CBCC10;
}
</style>
border-color css
<style>
span { border-color: #CBCC10; }
span { border-color: rgb(203,204,16); }
td.TdClassName
{
border-color: #CBCC10;
}
.TagClassName
{
border-color: #CBCC10;
}
</style>