Shades of Barberry #CACB18
Tints of Barberry #CACB18
RGB
CMYK
RGB Variations
Color information
#CACB18 (or 0xCACB18) is known color: Barberry. HEX triplet: CA, CB and 18. RGB value is (202,203,24). Sum of RGB (Red+Green+Blue) = 202+203+24=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACB18 is #3534E7. Grayscale: #B7B7B7. Windows color (decimal): -3486952 or 1625034. OLE color: 1625034.
HSL color Cylindrical-coordinate representation of color #CACB18: hue angle of 60.34º 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 #CACB18 is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 24 | - |
| CMYK | 0.00 | 0 | 0.88 | 0.20 |
| HSL | 60.34º | 0.79% | 0.45% | - |
| HSV(B) | 60.34º | 0.88% | 0.8% | - |
| XYZ | 45.88 | 55.33 | 9.13 | - |
| YUV | 182.3 | 38.67 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 24 | 0.00 | 0 | 0.88 | 0.20 | 60.34 | 0.79 | 0.45 |
| Hex | CA | CB | 18 | 0 | 0 | 58 | 14 | 3C | 4F | 2D |
| Octal | 312 | 313 | 30 | 0 | 0 | 130 | 24 | 74 | 117 | 55 |
| Binary | 11001010 | 11001011 | 11000 | 0 | 0 | 1011000 | 10100 | 111100 | 1001111 | 101101 |
Color Harmonies of #CACB18
Complementary color
Monochromatic Colors of #CACB18
Black with #CACB18
Text Example
Text Example
White with #CACB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB18; }
p { color: rgb(202,203,24); }
H1.HeaderClassName
{
color: #CACB18;
}
.AnyTagClassName
{
color: #CACB18;
}
</style>
background-color css
<style>
a { background-color: #CACB18; }
a { background-color: rgb(202,203,24); }
div.DivClassName
{
background-color: #CACB18;
}
.BgClassName
{
background-color: #CACB18;
}
</style>
border-color css
<style>
span { border-color: #CACB18; }
span { border-color: rgb(202,203,24); }
td.TdClassName
{
border-color: #CACB18;
}
.TagClassName
{
border-color: #CACB18;
}
</style>