Shades of Bird Flower #CBC102
Tints of Bird Flower #CBC102
RGB
CMYK
RGB Variations
Color information
#CBC102 (or 0xCBC102) is known color: Bird Flower. HEX triplet: CB, C1 and 02. RGB value is (203,193,2). Sum of RGB (Red+Green+Blue) = 203+193+2=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC102 is #343EFD. Grayscale: #AEAEAE. Windows color (decimal): -3423998 or 180683. OLE color: 180683.
HSL color Cylindrical-coordinate representation of color #CBC102: hue angle of 57.01º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBC102 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.20 |
| HSL | 57.01º | 0.98% | 0.4% | - |
| HSV(B) | 57.01º | 0.99% | 0.8% | - |
| XYZ | 43.71 | 50.84 | 7.57 | - |
| YUV | 174.22 | 30.81 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 2 | 0 | 0.05 | 0.99 | 0.20 | 57.01 | 0.98 | 0.4 |
| Hex | CB | C1 | 2 | 0 | 5 | 63 | 14 | 39 | 62 | 28 |
| Octal | 313 | 301 | 2 | 0 | 5 | 143 | 24 | 71 | 142 | 50 |
| Binary | 11001011 | 11000001 | 10 | 0 | 101 | 1100011 | 10100 | 111001 | 1100010 | 101000 |
Color Harmonies of #CBC102
Complementary color
Monochromatic Colors of #CBC102
Black with #CBC102
Text Example
Text Example
White with #CBC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC102; }
p { color: rgb(203,193,2); }
H1.HeaderClassName
{
color: #CBC102;
}
.AnyTagClassName
{
color: #CBC102;
}
</style>
background-color css
<style>
a { background-color: #CBC102; }
a { background-color: rgb(203,193,2); }
div.DivClassName
{
background-color: #CBC102;
}
.BgClassName
{
background-color: #CBC102;
}
</style>
border-color css
<style>
span { border-color: #CBC102; }
span { border-color: rgb(203,193,2); }
td.TdClassName
{
border-color: #CBC102;
}
.TagClassName
{
border-color: #CBC102;
}
</style>