Shades of Barberry #CCC929
Tints of Barberry #CCC929
RGB
CMYK
RGB Variations
Color information
#CCC929 (or 0xCCC929) is known color: Barberry. HEX triplet: CC, C9 and 29. RGB value is (204,201,41). Sum of RGB (Red+Green+Blue) = 204+201+41=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC929 is #3336D6. Grayscale: #B8B8B8. Windows color (decimal): -3356375 or 2738636. OLE color: 2738636.
HSL color Cylindrical-coordinate representation of color #CCC929: hue angle of 58.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCC929 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 41 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.2 |
| HSL | 58.9º | 0.67% | 0.48% | - |
| HSV(B) | 58.9º | 0.8% | 0.8% | - |
| XYZ | 46.19 | 54.77 | 10.24 | - |
| YUV | 183.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 41 | 0 | 0.01 | 0.80 | 0.2 | 58.9 | 0.67 | 0.48 |
| Hex | CC | C9 | 29 | 0 | 1 | 50 | 14 | 3B | 43 | 30 |
| Octal | 314 | 311 | 51 | 0 | 1 | 120 | 24 | 73 | 103 | 60 |
| Binary | 11001100 | 11001001 | 101001 | 0 | 1 | 1010000 | 10100 | 111011 | 1000011 | 110000 |
Color Harmonies of #CCC929
Complementary color
Monochromatic Colors of #CCC929
Black with #CCC929
Text Example
Text Example
White with #CCC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC929; }
p { color: rgb(204,201,41); }
H1.HeaderClassName
{
color: #CCC929;
}
.AnyTagClassName
{
color: #CCC929;
}
</style>
background-color css
<style>
a { background-color: #CCC929; }
a { background-color: rgb(204,201,41); }
div.DivClassName
{
background-color: #CCC929;
}
.BgClassName
{
background-color: #CCC929;
}
</style>
border-color css
<style>
span { border-color: #CCC929; }
span { border-color: rgb(204,201,41); }
td.TdClassName
{
border-color: #CCC929;
}
.TagClassName
{
border-color: #CCC929;
}
</style>