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