Shades of Bird Flower #CBCD10
Tints of Bird Flower #CBCD10
RGB
CMYK
RGB Variations
Color information
#CBCD10 (or 0xCBCD10) is known color: Bird Flower. HEX triplet: CB, CD and 10. RGB value is (203,205,16). Sum of RGB (Red+Green+Blue) = 203+205+16=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCD10 is #3432EF. Grayscale: #B7B7B7. Windows color (decimal): -3420912 or 1101259. OLE color: 1101259.
HSL color Cylindrical-coordinate representation of color #CBCD10: hue angle of 60.63º degrees, saturation: 0.86, 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 #CBCD10 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 16 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.20 |
| HSL | 60.63º | 0.86% | 0.43% | - |
| HSV(B) | 60.63º | 0.92% | 0.8% | - |
| XYZ | 46.55 | 56.4 | 8.92 | - |
| YUV | 182.86 | 33.84 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 16 | 0.01 | 0 | 0.92 | 0.20 | 60.63 | 0.86 | 0.43 |
| Hex | CB | CD | 10 | 1 | 0 | 5C | 14 | 3D | 56 | 2B |
| Octal | 313 | 315 | 20 | 1 | 0 | 134 | 24 | 75 | 126 | 53 |
| Binary | 11001011 | 11001101 | 10000 | 1 | 0 | 1011100 | 10100 | 111101 | 1010110 | 101011 |
Color Harmonies of #CBCD10
Complementary color
Monochromatic Colors of #CBCD10
Black with #CBCD10
Text Example
Text Example
White with #CBCD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD10; }
p { color: rgb(203,205,16); }
H1.HeaderClassName
{
color: #CBCD10;
}
.AnyTagClassName
{
color: #CBCD10;
}
</style>
background-color css
<style>
a { background-color: #CBCD10; }
a { background-color: rgb(203,205,16); }
div.DivClassName
{
background-color: #CBCD10;
}
.BgClassName
{
background-color: #CBCD10;
}
</style>
border-color css
<style>
span { border-color: #CBCD10; }
span { border-color: rgb(203,205,16); }
td.TdClassName
{
border-color: #CBCD10;
}
.TagClassName
{
border-color: #CBCD10;
}
</style>