Shades of Bird Flower #CBC105
Tints of Bird Flower #CBC105
RGB
CMYK
RGB Variations
Color information
#CBC105 (or 0xCBC105) is known color: Bird Flower. HEX triplet: CB, C1 and 05. RGB value is (203,193,5). Sum of RGB (Red+Green+Blue) = 203+193+5=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC105 is #343EFA. Grayscale: #AFAFAF. Windows color (decimal): -3423995 or 377291. OLE color: 377291.
HSL color Cylindrical-coordinate representation of color #CBC105: hue angle of 56.97º degrees, saturation: 0.95, 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 #CBC105 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.20 |
| HSL | 56.97º | 0.95% | 0.41% | - |
| HSV(B) | 56.97º | 0.98% | 0.8% | - |
| XYZ | 43.73 | 50.85 | 7.65 | - |
| YUV | 174.56 | 32.31 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 5 | 0 | 0.05 | 0.98 | 0.20 | 56.97 | 0.95 | 0.41 |
| Hex | CB | C1 | 5 | 0 | 5 | 62 | 14 | 39 | 5F | 29 |
| Octal | 313 | 301 | 5 | 0 | 5 | 142 | 24 | 71 | 137 | 51 |
| Binary | 11001011 | 11000001 | 101 | 0 | 101 | 1100010 | 10100 | 111001 | 1011111 | 101001 |
Color Harmonies of #CBC105
Complementary color
Monochromatic Colors of #CBC105
Black with #CBC105
Text Example
Text Example
White with #CBC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC105; }
p { color: rgb(203,193,5); }
H1.HeaderClassName
{
color: #CBC105;
}
.AnyTagClassName
{
color: #CBC105;
}
</style>
background-color css
<style>
a { background-color: #CBC105; }
a { background-color: rgb(203,193,5); }
div.DivClassName
{
background-color: #CBC105;
}
.BgClassName
{
background-color: #CBC105;
}
</style>
border-color css
<style>
span { border-color: #CBC105; }
span { border-color: rgb(203,193,5); }
td.TdClassName
{
border-color: #CBC105;
}
.TagClassName
{
border-color: #CBC105;
}
</style>