Shades of Barberry #CACF1F
Tints of Barberry #CACF1F
RGB
CMYK
RGB Variations
Color information
#CACF1F (or 0xCACF1F) is known color: Barberry. HEX triplet: CA, CF and 1F. RGB value is (202,207,31). Sum of RGB (Red+Green+Blue) = 202+207+31=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACF1F is #3530E0. Grayscale: #BABABA. Windows color (decimal): -3485921 or 2084810. OLE color: 2084810.
HSL color Cylindrical-coordinate representation of color #CACF1F: hue angle of 61.7º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CACF1F is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 31 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.19 |
| HSL | 61.7º | 0.74% | 0.47% | - |
| HSV(B) | 61.7º | 0.85% | 0.81% | - |
| XYZ | 46.92 | 57.28 | 9.88 | - |
| YUV | 185.44 | 40.84 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 31 | 0.02 | 0 | 0.85 | 0.19 | 61.7 | 0.74 | 0.47 |
| Hex | CA | CF | 1F | 2 | 0 | 55 | 13 | 3E | 4A | 2F |
| Octal | 312 | 317 | 37 | 2 | 0 | 125 | 23 | 76 | 112 | 57 |
| Binary | 11001010 | 11001111 | 11111 | 10 | 0 | 1010101 | 10011 | 111110 | 1001010 | 101111 |
Color Harmonies of #CACF1F
Complementary color
Monochromatic Colors of #CACF1F
Black with #CACF1F
Text Example
Text Example
White with #CACF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF1F; }
p { color: rgb(202,207,31); }
H1.HeaderClassName
{
color: #CACF1F;
}
.AnyTagClassName
{
color: #CACF1F;
}
</style>
background-color css
<style>
a { background-color: #CACF1F; }
a { background-color: rgb(202,207,31); }
div.DivClassName
{
background-color: #CACF1F;
}
.BgClassName
{
background-color: #CACF1F;
}
</style>
border-color css
<style>
span { border-color: #CACF1F; }
span { border-color: rgb(202,207,31); }
td.TdClassName
{
border-color: #CACF1F;
}
.TagClassName
{
border-color: #CACF1F;
}
</style>