Shades of Barberry #CCC92C
Tints of Barberry #CCC92C
RGB
CMYK
RGB Variations
Color information
#CCC92C (or 0xCCC92C) is known color: Barberry. HEX triplet: CC, C9 and 2C. RGB value is (204,201,44). Sum of RGB (Red+Green+Blue) = 204+201+44=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC92C is #3336D3. Grayscale: #B8B8B8. Windows color (decimal): -3356372 or 2935244. OLE color: 2935244.
HSL color Cylindrical-coordinate representation of color #CCC92C: hue angle of 58.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCC92C is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 44 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.2 |
| HSL | 58.88º | 0.65% | 0.49% | - |
| HSV(B) | 58.88º | 0.78% | 0.8% | - |
| XYZ | 46.24 | 54.79 | 10.52 | - |
| YUV | 184 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 44 | 0 | 0.01 | 0.78 | 0.2 | 58.88 | 0.65 | 0.49 |
| Hex | CC | C9 | 2C | 0 | 1 | 4E | 14 | 3B | 41 | 31 |
| Octal | 314 | 311 | 54 | 0 | 1 | 116 | 24 | 73 | 101 | 61 |
| Binary | 11001100 | 11001001 | 101100 | 0 | 1 | 1001110 | 10100 | 111011 | 1000001 | 110001 |
Color Harmonies of #CCC92C
Complementary color
Monochromatic Colors of #CCC92C
Black with #CCC92C
Text Example
Text Example
White with #CCC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC92C; }
p { color: rgb(204,201,44); }
H1.HeaderClassName
{
color: #CCC92C;
}
.AnyTagClassName
{
color: #CCC92C;
}
</style>
background-color css
<style>
a { background-color: #CCC92C; }
a { background-color: rgb(204,201,44); }
div.DivClassName
{
background-color: #CCC92C;
}
.BgClassName
{
background-color: #CCC92C;
}
</style>
border-color css
<style>
span { border-color: #CCC92C; }
span { border-color: rgb(204,201,44); }
td.TdClassName
{
border-color: #CCC92C;
}
.TagClassName
{
border-color: #CCC92C;
}
</style>