Shades of Barberry #CCCB17
Tints of Barberry #CCCB17
RGB
CMYK
RGB Variations
Color information
#CCCB17 (or 0xCCCB17) is known color: Barberry. HEX triplet: CC, CB and 17. RGB value is (204,203,23). Sum of RGB (Red+Green+Blue) = 204+203+23=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB17 is #3334E8. Grayscale: #B7B7B7. Windows color (decimal): -3355881 or 1559500. OLE color: 1559500.
HSL color Cylindrical-coordinate representation of color #CCCB17: hue angle of 59.67º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCCB17 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 23 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.2 |
| HSL | 59.67º | 0.8% | 0.45% | - |
| HSV(B) | 59.67º | 0.89% | 0.8% | - |
| XYZ | 46.41 | 55.61 | 9.1 | - |
| YUV | 182.78 | 37.83 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 23 | 0 | 0.00 | 0.89 | 0.2 | 59.67 | 0.8 | 0.45 |
| Hex | CC | CB | 17 | 0 | 0 | 59 | 14 | 3C | 50 | 2D |
| Octal | 314 | 313 | 27 | 0 | 0 | 131 | 24 | 74 | 120 | 55 |
| Binary | 11001100 | 11001011 | 10111 | 0 | 0 | 1011001 | 10100 | 111100 | 1010000 | 101101 |
Color Harmonies of #CCCB17
Complementary color
Monochromatic Colors of #CCCB17
Black with #CCCB17
Text Example
Text Example
White with #CCCB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB17; }
p { color: rgb(204,203,23); }
H1.HeaderClassName
{
color: #CCCB17;
}
.AnyTagClassName
{
color: #CCCB17;
}
</style>
background-color css
<style>
a { background-color: #CCCB17; }
a { background-color: rgb(204,203,23); }
div.DivClassName
{
background-color: #CCCB17;
}
.BgClassName
{
background-color: #CCCB17;
}
</style>
border-color css
<style>
span { border-color: #CCCB17; }
span { border-color: rgb(204,203,23); }
td.TdClassName
{
border-color: #CCCB17;
}
.TagClassName
{
border-color: #CCCB17;
}
</style>