Shades of Barberry #CACF21
Tints of Barberry #CACF21
RGB
CMYK
RGB Variations
Color information
#CACF21 (or 0xCACF21) is known color: Barberry. HEX triplet: CA, CF and 21. RGB value is (202,207,33). Sum of RGB (Red+Green+Blue) = 202+207+33=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF21 is #3530DE. Grayscale: #BABABA. Windows color (decimal): -3485919 or 2215882. OLE color: 2215882.
HSL color Cylindrical-coordinate representation of color #CACF21: hue angle of 61.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CACF21 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 33 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.19 |
| HSL | 61.72º | 0.73% | 0.47% | - |
| HSV(B) | 61.72º | 0.84% | 0.81% | - |
| XYZ | 46.94 | 57.29 | 10.02 | - |
| YUV | 185.67 | 41.84 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 33 | 0.02 | 0 | 0.84 | 0.19 | 61.72 | 0.73 | 0.47 |
| Hex | CA | CF | 21 | 2 | 0 | 54 | 13 | 3E | 48 | 2F |
| Octal | 312 | 317 | 41 | 2 | 0 | 124 | 23 | 76 | 110 | 57 |
| Binary | 11001010 | 11001111 | 100001 | 10 | 0 | 1010100 | 10011 | 111110 | 1001000 | 101111 |
Color Harmonies of #CACF21
Complementary color
Monochromatic Colors of #CACF21
Black with #CACF21
Text Example
Text Example
White with #CACF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF21; }
p { color: rgb(202,207,33); }
H1.HeaderClassName
{
color: #CACF21;
}
.AnyTagClassName
{
color: #CACF21;
}
</style>
background-color css
<style>
a { background-color: #CACF21; }
a { background-color: rgb(202,207,33); }
div.DivClassName
{
background-color: #CACF21;
}
.BgClassName
{
background-color: #CACF21;
}
</style>
border-color css
<style>
span { border-color: #CACF21; }
span { border-color: rgb(202,207,33); }
td.TdClassName
{
border-color: #CACF21;
}
.TagClassName
{
border-color: #CACF21;
}
</style>