Shades of Barberry #CCC91B
Tints of Barberry #CCC91B
RGB
CMYK
RGB Variations
Color information
#CCC91B (or 0xCCC91B) is known color: Barberry. HEX triplet: CC, C9 and 1B. RGB value is (204,201,27). Sum of RGB (Red+Green+Blue) = 204+201+27=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC91B is #3336E4. Grayscale: #B6B6B6. Windows color (decimal): -3356389 or 1821132. OLE color: 1821132.
HSL color Cylindrical-coordinate representation of color #CCC91B: hue angle of 58.98º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCC91B is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 27 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.2 |
| HSL | 58.98º | 0.77% | 0.45% | - |
| HSV(B) | 58.98º | 0.87% | 0.8% | - |
| XYZ | 45.99 | 54.69 | 9.17 | - |
| YUV | 182.06 | 40.49 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 27 | 0 | 0.01 | 0.87 | 0.2 | 58.98 | 0.77 | 0.45 |
| Hex | CC | C9 | 1B | 0 | 1 | 57 | 14 | 3B | 4D | 2D |
| Octal | 314 | 311 | 33 | 0 | 1 | 127 | 24 | 73 | 115 | 55 |
| Binary | 11001100 | 11001001 | 11011 | 0 | 1 | 1010111 | 10100 | 111011 | 1001101 | 101101 |
Color Harmonies of #CCC91B
Complementary color
Monochromatic Colors of #CCC91B
Black with #CCC91B
Text Example
Text Example
White with #CCC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC91B; }
p { color: rgb(204,201,27); }
H1.HeaderClassName
{
color: #CCC91B;
}
.AnyTagClassName
{
color: #CCC91B;
}
</style>
background-color css
<style>
a { background-color: #CCC91B; }
a { background-color: rgb(204,201,27); }
div.DivClassName
{
background-color: #CCC91B;
}
.BgClassName
{
background-color: #CCC91B;
}
</style>
border-color css
<style>
span { border-color: #CCC91B; }
span { border-color: rgb(204,201,27); }
td.TdClassName
{
border-color: #CCC91B;
}
.TagClassName
{
border-color: #CCC91B;
}
</style>