Shades of Barberry #CCC726
Tints of Barberry #CCC726
RGB
CMYK
RGB Variations
Color information
#CCC726 (or 0xCCC726) is known color: Barberry. HEX triplet: CC, C7 and 26. RGB value is (204,199,38). Sum of RGB (Red+Green+Blue) = 204+199+38=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC726 is #3338D9. Grayscale: #B6B6B6. Windows color (decimal): -3356890 or 2541516. OLE color: 2541516.
HSL color Cylindrical-coordinate representation of color #CCC726: hue angle of 58.19º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCC726 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 38 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.2 |
| HSL | 58.19º | 0.69% | 0.47% | - |
| HSV(B) | 58.19º | 0.81% | 0.8% | - |
| XYZ | 45.68 | 53.82 | 9.82 | - |
| YUV | 182.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 38 | 0 | 0.02 | 0.81 | 0.2 | 58.19 | 0.69 | 0.47 |
| Hex | CC | C7 | 26 | 0 | 2 | 51 | 14 | 3A | 45 | 2F |
| Octal | 314 | 307 | 46 | 0 | 2 | 121 | 24 | 72 | 105 | 57 |
| Binary | 11001100 | 11000111 | 100110 | 0 | 10 | 1010001 | 10100 | 111010 | 1000101 | 101111 |
Color Harmonies of #CCC726
Complementary color
Monochromatic Colors of #CCC726
Black with #CCC726
Text Example
Text Example
White with #CCC726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC726; }
p { color: rgb(204,199,38); }
H1.HeaderClassName
{
color: #CCC726;
}
.AnyTagClassName
{
color: #CCC726;
}
</style>
background-color css
<style>
a { background-color: #CCC726; }
a { background-color: rgb(204,199,38); }
div.DivClassName
{
background-color: #CCC726;
}
.BgClassName
{
background-color: #CCC726;
}
</style>
border-color css
<style>
span { border-color: #CCC726; }
span { border-color: rgb(204,199,38); }
td.TdClassName
{
border-color: #CCC726;
}
.TagClassName
{
border-color: #CCC726;
}
</style>