Shades of Barberry #CACF18
Tints of Barberry #CACF18
RGB
CMYK
RGB Variations
Color information
#CACF18 (or 0xCACF18) is known color: Barberry. HEX triplet: CA, CF and 18. RGB value is (202,207,24). Sum of RGB (Red+Green+Blue) = 202+207+24=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACF18 is #3530E7. Grayscale: #B9B9B9. Windows color (decimal): -3485928 or 1626058. OLE color: 1626058.
HSL color Cylindrical-coordinate representation of color #CACF18: hue angle of 61.64º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CACF18 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 24 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.19 |
| HSL | 61.64º | 0.79% | 0.45% | - |
| HSV(B) | 61.64º | 0.88% | 0.81% | - |
| XYZ | 46.83 | 57.25 | 9.45 | - |
| YUV | 184.64 | 37.34 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 24 | 0.02 | 0 | 0.88 | 0.19 | 61.64 | 0.79 | 0.45 |
| Hex | CA | CF | 18 | 2 | 0 | 58 | 13 | 3E | 4F | 2D |
| Octal | 312 | 317 | 30 | 2 | 0 | 130 | 23 | 76 | 117 | 55 |
| Binary | 11001010 | 11001111 | 11000 | 10 | 0 | 1011000 | 10011 | 111110 | 1001111 | 101101 |
Color Harmonies of #CACF18
Complementary color
Monochromatic Colors of #CACF18
Black with #CACF18
Text Example
Text Example
White with #CACF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF18; }
p { color: rgb(202,207,24); }
H1.HeaderClassName
{
color: #CACF18;
}
.AnyTagClassName
{
color: #CACF18;
}
</style>
background-color css
<style>
a { background-color: #CACF18; }
a { background-color: rgb(202,207,24); }
div.DivClassName
{
background-color: #CACF18;
}
.BgClassName
{
background-color: #CACF18;
}
</style>
border-color css
<style>
span { border-color: #CACF18; }
span { border-color: rgb(202,207,24); }
td.TdClassName
{
border-color: #CACF18;
}
.TagClassName
{
border-color: #CACF18;
}
</style>