Shades of Bird Flower #CBCD0C
Tints of Bird Flower #CBCD0C
RGB
CMYK
RGB Variations
Color information
#CBCD0C (or 0xCBCD0C) is known color: Bird Flower. HEX triplet: CB, CD and 0C. RGB value is (203,205,12). Sum of RGB (Red+Green+Blue) = 203+205+12=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCD0C is #3432F3. Grayscale: #B7B7B7. Windows color (decimal): -3420916 or 839115. OLE color: 839115.
HSL color Cylindrical-coordinate representation of color #CBCD0C: hue angle of 60.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBCD0C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.20 |
| HSL | 60.62º | 0.89% | 0.43% | - |
| HSV(B) | 60.62º | 0.94% | 0.8% | - |
| XYZ | 46.53 | 56.39 | 8.78 | - |
| YUV | 182.4 | 31.84 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 12 | 0.01 | 0 | 0.94 | 0.20 | 60.62 | 0.89 | 0.43 |
| Hex | CB | CD | C | 1 | 0 | 5E | 14 | 3D | 59 | 2B |
| Octal | 313 | 315 | 14 | 1 | 0 | 136 | 24 | 75 | 131 | 53 |
| Binary | 11001011 | 11001101 | 1100 | 1 | 0 | 1011110 | 10100 | 111101 | 1011001 | 101011 |
Color Harmonies of #CBCD0C
Complementary color
Monochromatic Colors of #CBCD0C
Black with #CBCD0C
Text Example
Text Example
White with #CBCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD0C; }
p { color: rgb(203,205,12); }
H1.HeaderClassName
{
color: #CBCD0C;
}
.AnyTagClassName
{
color: #CBCD0C;
}
</style>
background-color css
<style>
a { background-color: #CBCD0C; }
a { background-color: rgb(203,205,12); }
div.DivClassName
{
background-color: #CBCD0C;
}
.BgClassName
{
background-color: #CBCD0C;
}
</style>
border-color css
<style>
span { border-color: #CBCD0C; }
span { border-color: rgb(203,205,12); }
td.TdClassName
{
border-color: #CBCD0C;
}
.TagClassName
{
border-color: #CBCD0C;
}
</style>