Shades of Barberry #CCC92A
Tints of Barberry #CCC92A
RGB
CMYK
RGB Variations
Color information
#CCC92A (or 0xCCC92A) is known color: Barberry. HEX triplet: CC, C9 and 2A. RGB value is (204,201,42). Sum of RGB (Red+Green+Blue) = 204+201+42=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC92A is #3336D5. Grayscale: #B8B8B8. Windows color (decimal): -3356374 or 2804172. OLE color: 2804172.
HSL color Cylindrical-coordinate representation of color #CCC92A: hue angle of 58.89º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCC92A is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 42 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.2 |
| HSL | 58.89º | 0.66% | 0.48% | - |
| HSV(B) | 58.89º | 0.79% | 0.8% | - |
| XYZ | 46.21 | 54.78 | 10.33 | - |
| YUV | 183.77 | 47.99 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 42 | 0 | 0.01 | 0.79 | 0.2 | 58.89 | 0.66 | 0.48 |
| Hex | CC | C9 | 2A | 0 | 1 | 4F | 14 | 3B | 42 | 30 |
| Octal | 314 | 311 | 52 | 0 | 1 | 117 | 24 | 73 | 102 | 60 |
| Binary | 11001100 | 11001001 | 101010 | 0 | 1 | 1001111 | 10100 | 111011 | 1000010 | 110000 |
Color Harmonies of #CCC92A
Complementary color
Monochromatic Colors of #CCC92A
Black with #CCC92A
Text Example
Text Example
White with #CCC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC92A; }
p { color: rgb(204,201,42); }
H1.HeaderClassName
{
color: #CCC92A;
}
.AnyTagClassName
{
color: #CCC92A;
}
</style>
background-color css
<style>
a { background-color: #CCC92A; }
a { background-color: rgb(204,201,42); }
div.DivClassName
{
background-color: #CCC92A;
}
.BgClassName
{
background-color: #CCC92A;
}
</style>
border-color css
<style>
span { border-color: #CCC92A; }
span { border-color: rgb(204,201,42); }
td.TdClassName
{
border-color: #CCC92A;
}
.TagClassName
{
border-color: #CCC92A;
}
</style>