Shades of Bird Flower #C3C01B
Tints of Bird Flower #C3C01B
RGB
CMYK
RGB Variations
Color information
#C3C01B (or 0xC3C01B) is known color: Bird Flower. HEX triplet: C3, C0 and 1B. RGB value is (195,192,27). Sum of RGB (Red+Green+Blue) = 195+192+27=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C01B is #3C3FE4. Grayscale: #AEAEAE. Windows color (decimal): -3948517 or 1818819. OLE color: 1818819.
HSL color Cylindrical-coordinate representation of color #C3C01B: hue angle of 58.93º degrees, saturation: 0.76, 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 #C3C01B is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 27 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.24 |
| HSL | 58.93º | 0.76% | 0.44% | - |
| HSV(B) | 58.93º | 0.86% | 0.76% | - |
| XYZ | 41.55 | 49.38 | 8.38 | - |
| YUV | 174.09 | 44.99 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 27 | 0 | 0.02 | 0.86 | 0.24 | 58.93 | 0.76 | 0.44 |
| Hex | C3 | C0 | 1B | 0 | 2 | 56 | 18 | 3B | 4C | 2C |
| Octal | 303 | 300 | 33 | 0 | 2 | 126 | 30 | 73 | 114 | 54 |
| Binary | 11000011 | 11000000 | 11011 | 0 | 10 | 1010110 | 11000 | 111011 | 1001100 | 101100 |
Color Harmonies of #C3C01B
Complementary color
Monochromatic Colors of #C3C01B
Black with #C3C01B
Text Example
Text Example
White with #C3C01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C01B; }
p { color: rgb(195,192,27); }
H1.HeaderClassName
{
color: #C3C01B;
}
.AnyTagClassName
{
color: #C3C01B;
}
</style>
background-color css
<style>
a { background-color: #C3C01B; }
a { background-color: rgb(195,192,27); }
div.DivClassName
{
background-color: #C3C01B;
}
.BgClassName
{
background-color: #C3C01B;
}
</style>
border-color css
<style>
span { border-color: #C3C01B; }
span { border-color: rgb(195,192,27); }
td.TdClassName
{
border-color: #C3C01B;
}
.TagClassName
{
border-color: #C3C01B;
}
</style>