Shades of Barberry #CCC92B
Tints of Barberry #CCC92B
RGB
CMYK
RGB Variations
Color information
#CCC92B (or 0xCCC92B) is known color: Barberry. HEX triplet: CC, C9 and 2B. RGB value is (204,201,43). Sum of RGB (Red+Green+Blue) = 204+201+43=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC92B is #3336D4. Grayscale: #B8B8B8. Windows color (decimal): -3356373 or 2869708. OLE color: 2869708.
HSL color Cylindrical-coordinate representation of color #CCC92B: hue angle of 58.88º degrees, saturation: 0.65, 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 #CCC92B is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 43 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.2 |
| HSL | 58.88º | 0.65% | 0.48% | - |
| HSV(B) | 58.88º | 0.79% | 0.8% | - |
| XYZ | 46.22 | 54.79 | 10.42 | - |
| YUV | 183.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 43 | 0 | 0.01 | 0.79 | 0.2 | 58.88 | 0.65 | 0.48 |
| Hex | CC | C9 | 2B | 0 | 1 | 4F | 14 | 3B | 41 | 30 |
| Octal | 314 | 311 | 53 | 0 | 1 | 117 | 24 | 73 | 101 | 60 |
| Binary | 11001100 | 11001001 | 101011 | 0 | 1 | 1001111 | 10100 | 111011 | 1000001 | 110000 |
Color Harmonies of #CCC92B
Complementary color
Monochromatic Colors of #CCC92B
Black with #CCC92B
Text Example
Text Example
White with #CCC92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC92B; }
p { color: rgb(204,201,43); }
H1.HeaderClassName
{
color: #CCC92B;
}
.AnyTagClassName
{
color: #CCC92B;
}
</style>
background-color css
<style>
a { background-color: #CCC92B; }
a { background-color: rgb(204,201,43); }
div.DivClassName
{
background-color: #CCC92B;
}
.BgClassName
{
background-color: #CCC92B;
}
</style>
border-color css
<style>
span { border-color: #CCC92B; }
span { border-color: rgb(204,201,43); }
td.TdClassName
{
border-color: #CCC92B;
}
.TagClassName
{
border-color: #CCC92B;
}
</style>