Shades of Bird Flower #C2B61C
Tints of Bird Flower #C2B61C
RGB
CMYK
RGB Variations
Color information
#C2B61C (or 0xC2B61C) is known color: Bird Flower. HEX triplet: C2, B6 and 1C. RGB value is (194,182,28). Sum of RGB (Red+Green+Blue) = 194+182+28=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B61C is #3D49E3. Grayscale: #A8A8A8. Windows color (decimal): -4016612 or 1881794. OLE color: 1881794.
HSL color Cylindrical-coordinate representation of color #C2B61C: hue angle of 55.66º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2B61C is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 28 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.24 |
| HSL | 55.66º | 0.75% | 0.44% | - |
| HSV(B) | 55.66º | 0.86% | 0.76% | - |
| XYZ | 39.19 | 45.01 | 7.72 | - |
| YUV | 168.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 28 | 0 | 0.06 | 0.86 | 0.24 | 55.66 | 0.75 | 0.44 |
| Hex | C2 | B6 | 1C | 0 | 6 | 56 | 18 | 38 | 4B | 2C |
| Octal | 302 | 266 | 34 | 0 | 6 | 126 | 30 | 70 | 113 | 54 |
| Binary | 11000010 | 10110110 | 11100 | 0 | 110 | 1010110 | 11000 | 111000 | 1001011 | 101100 |
Color Harmonies of #C2B61C
Complementary color
Monochromatic Colors of #C2B61C
Black with #C2B61C
Text Example
Text Example
White with #C2B61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B61C; }
p { color: rgb(194,182,28); }
H1.HeaderClassName
{
color: #C2B61C;
}
.AnyTagClassName
{
color: #C2B61C;
}
</style>
background-color css
<style>
a { background-color: #C2B61C; }
a { background-color: rgb(194,182,28); }
div.DivClassName
{
background-color: #C2B61C;
}
.BgClassName
{
background-color: #C2B61C;
}
</style>
border-color css
<style>
span { border-color: #C2B61C; }
span { border-color: rgb(194,182,28); }
td.TdClassName
{
border-color: #C2B61C;
}
.TagClassName
{
border-color: #C2B61C;
}
</style>