Shades of Bird Flower #CCC113
Tints of Bird Flower #CCC113
RGB
CMYK
RGB Variations
Color information
#CCC113 (or 0xCCC113) is known color: Bird Flower. HEX triplet: CC, C1 and 13. RGB value is (204,193,19). Sum of RGB (Red+Green+Blue) = 204+193+19=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC113 is #333EEC. Grayscale: #B1B1B1. Windows color (decimal): -3358445 or 1294796. OLE color: 1294796.
HSL color Cylindrical-coordinate representation of color #CCC113: hue angle of 56.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCC113 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 19 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.2 |
| HSL | 56.43º | 0.83% | 0.44% | - |
| HSV(B) | 56.43º | 0.91% | 0.8% | - |
| XYZ | 44.09 | 51.02 | 8.14 | - |
| YUV | 176.45 | 39.14 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 19 | 0 | 0.05 | 0.91 | 0.2 | 56.43 | 0.83 | 0.44 |
| Hex | CC | C1 | 13 | 0 | 5 | 5B | 14 | 38 | 53 | 2C |
| Octal | 314 | 301 | 23 | 0 | 5 | 133 | 24 | 70 | 123 | 54 |
| Binary | 11001100 | 11000001 | 10011 | 0 | 101 | 1011011 | 10100 | 111000 | 1010011 | 101100 |
Color Harmonies of #CCC113
Complementary color
Monochromatic Colors of #CCC113
Black with #CCC113
Text Example
Text Example
White with #CCC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC113; }
p { color: rgb(204,193,19); }
H1.HeaderClassName
{
color: #CCC113;
}
.AnyTagClassName
{
color: #CCC113;
}
</style>
background-color css
<style>
a { background-color: #CCC113; }
a { background-color: rgb(204,193,19); }
div.DivClassName
{
background-color: #CCC113;
}
.BgClassName
{
background-color: #CCC113;
}
</style>
border-color css
<style>
span { border-color: #CCC113; }
span { border-color: rgb(204,193,19); }
td.TdClassName
{
border-color: #CCC113;
}
.TagClassName
{
border-color: #CCC113;
}
</style>