Shades of Barberry #CACF1C
Tints of Barberry #CACF1C
RGB
CMYK
RGB Variations
Color information
#CACF1C (or 0xCACF1C) is known color: Barberry. HEX triplet: CA, CF and 1C. RGB value is (202,207,28). Sum of RGB (Red+Green+Blue) = 202+207+28=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF1C is #3530E3. Grayscale: #B9B9B9. Windows color (decimal): -3485924 or 1888202. OLE color: 1888202.
HSL color Cylindrical-coordinate representation of color #CACF1C: hue angle of 61.68º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CACF1C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 28 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.19 |
| HSL | 61.68º | 0.76% | 0.46% | - |
| HSV(B) | 61.68º | 0.86% | 0.81% | - |
| XYZ | 46.88 | 57.27 | 9.68 | - |
| YUV | 185.1 | 39.34 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 28 | 0.02 | 0 | 0.86 | 0.19 | 61.68 | 0.76 | 0.46 |
| Hex | CA | CF | 1C | 2 | 0 | 56 | 13 | 3E | 4C | 2E |
| Octal | 312 | 317 | 34 | 2 | 0 | 126 | 23 | 76 | 114 | 56 |
| Binary | 11001010 | 11001111 | 11100 | 10 | 0 | 1010110 | 10011 | 111110 | 1001100 | 101110 |
Color Harmonies of #CACF1C
Complementary color
Monochromatic Colors of #CACF1C
Black with #CACF1C
Text Example
Text Example
White with #CACF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF1C; }
p { color: rgb(202,207,28); }
H1.HeaderClassName
{
color: #CACF1C;
}
.AnyTagClassName
{
color: #CACF1C;
}
</style>
background-color css
<style>
a { background-color: #CACF1C; }
a { background-color: rgb(202,207,28); }
div.DivClassName
{
background-color: #CACF1C;
}
.BgClassName
{
background-color: #CACF1C;
}
</style>
border-color css
<style>
span { border-color: #CACF1C; }
span { border-color: rgb(202,207,28); }
td.TdClassName
{
border-color: #CACF1C;
}
.TagClassName
{
border-color: #CACF1C;
}
</style>