Shades of Barberry #CCCB18
Tints of Barberry #CCCB18
RGB
CMYK
RGB Variations
Color information
#CCCB18 (or 0xCCCB18) is known color: Barberry. HEX triplet: CC, CB and 18. RGB value is (204,203,24). Sum of RGB (Red+Green+Blue) = 204+203+24=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB18 is #3334E7. Grayscale: #B7B7B7. Windows color (decimal): -3355880 or 1625036. OLE color: 1625036.
HSL color Cylindrical-coordinate representation of color #CCCB18: hue angle of 59.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCCB18 is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 24 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.2 |
| HSL | 59.67º | 0.79% | 0.45% | - |
| HSV(B) | 59.67º | 0.88% | 0.8% | - |
| XYZ | 46.42 | 55.62 | 9.15 | - |
| YUV | 182.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 24 | 0 | 0.00 | 0.88 | 0.2 | 59.67 | 0.79 | 0.45 |
| Hex | CC | CB | 18 | 0 | 0 | 58 | 14 | 3C | 4F | 2D |
| Octal | 314 | 313 | 30 | 0 | 0 | 130 | 24 | 74 | 117 | 55 |
| Binary | 11001100 | 11001011 | 11000 | 0 | 0 | 1011000 | 10100 | 111100 | 1001111 | 101101 |
Color Harmonies of #CCCB18
Complementary color
Monochromatic Colors of #CCCB18
Black with #CCCB18
Text Example
Text Example
White with #CCCB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB18; }
p { color: rgb(204,203,24); }
H1.HeaderClassName
{
color: #CCCB18;
}
.AnyTagClassName
{
color: #CCCB18;
}
</style>
background-color css
<style>
a { background-color: #CCCB18; }
a { background-color: rgb(204,203,24); }
div.DivClassName
{
background-color: #CCCB18;
}
.BgClassName
{
background-color: #CCCB18;
}
</style>
border-color css
<style>
span { border-color: #CCCB18; }
span { border-color: rgb(204,203,24); }
td.TdClassName
{
border-color: #CCCB18;
}
.TagClassName
{
border-color: #CCCB18;
}
</style>