Shades of Bird Flower #CCC102
Tints of Bird Flower #CCC102
RGB
CMYK
RGB Variations
Color information
#CCC102 (or 0xCCC102) is known color: Bird Flower. HEX triplet: CC, C1 and 02. RGB value is (204,193,2). Sum of RGB (Red+Green+Blue) = 204+193+2=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC102 is #333EFD. Grayscale: #AFAFAF. Windows color (decimal): -3358462 or 180684. OLE color: 180684.
HSL color Cylindrical-coordinate representation of color #CCC102: hue angle of 56.73º 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 #CCC102 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.2 |
| HSL | 56.73º | 0.98% | 0.4% | - |
| HSV(B) | 56.73º | 0.99% | 0.8% | - |
| XYZ | 43.98 | 50.98 | 7.58 | - |
| YUV | 174.52 | 30.64 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 2 | 0 | 0.05 | 0.99 | 0.2 | 56.73 | 0.98 | 0.4 |
| Hex | CC | C1 | 2 | 0 | 5 | 63 | 14 | 39 | 62 | 28 |
| Octal | 314 | 301 | 2 | 0 | 5 | 143 | 24 | 71 | 142 | 50 |
| Binary | 11001100 | 11000001 | 10 | 0 | 101 | 1100011 | 10100 | 111001 | 1100010 | 101000 |
Color Harmonies of #CCC102
Complementary color
Monochromatic Colors of #CCC102
Black with #CCC102
Text Example
Text Example
White with #CCC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC102; }
p { color: rgb(204,193,2); }
H1.HeaderClassName
{
color: #CCC102;
}
.AnyTagClassName
{
color: #CCC102;
}
</style>
background-color css
<style>
a { background-color: #CCC102; }
a { background-color: rgb(204,193,2); }
div.DivClassName
{
background-color: #CCC102;
}
.BgClassName
{
background-color: #CCC102;
}
</style>
border-color css
<style>
span { border-color: #CCC102; }
span { border-color: rgb(204,193,2); }
td.TdClassName
{
border-color: #CCC102;
}
.TagClassName
{
border-color: #CCC102;
}
</style>