Shades of Bird Flower #C1B71B
Tints of Bird Flower #C1B71B
RGB
CMYK
RGB Variations
Color information
#C1B71B (or 0xC1B71B) is known color: Bird Flower. HEX triplet: C1, B7 and 1B. RGB value is (193,183,27). Sum of RGB (Red+Green+Blue) = 193+183+27=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B71B is #3E48E4. Grayscale: #A8A8A8. Windows color (decimal): -4081893 or 1816513. OLE color: 1816513.
HSL color Cylindrical-coordinate representation of color #C1B71B: hue angle of 56.39º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1B71B is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 27 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.24 |
| HSL | 56.39º | 0.75% | 0.43% | - |
| HSV(B) | 56.39º | 0.86% | 0.76% | - |
| XYZ | 39.12 | 45.28 | 7.72 | - |
| YUV | 168.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 27 | 0 | 0.05 | 0.86 | 0.24 | 56.39 | 0.75 | 0.43 |
| Hex | C1 | B7 | 1B | 0 | 5 | 56 | 18 | 38 | 4B | 2B |
| Octal | 301 | 267 | 33 | 0 | 5 | 126 | 30 | 70 | 113 | 53 |
| Binary | 11000001 | 10110111 | 11011 | 0 | 101 | 1010110 | 11000 | 111000 | 1001011 | 101011 |
Color Harmonies of #C1B71B
Complementary color
Monochromatic Colors of #C1B71B
Black with #C1B71B
Text Example
Text Example
White with #C1B71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B71B; }
p { color: rgb(193,183,27); }
H1.HeaderClassName
{
color: #C1B71B;
}
.AnyTagClassName
{
color: #C1B71B;
}
</style>
background-color css
<style>
a { background-color: #C1B71B; }
a { background-color: rgb(193,183,27); }
div.DivClassName
{
background-color: #C1B71B;
}
.BgClassName
{
background-color: #C1B71B;
}
</style>
border-color css
<style>
span { border-color: #C1B71B; }
span { border-color: rgb(193,183,27); }
td.TdClassName
{
border-color: #C1B71B;
}
.TagClassName
{
border-color: #C1B71B;
}
</style>