Shades of Barberry #CACE17
Tints of Barberry #CACE17
RGB
CMYK
RGB Variations
Color information
#CACE17 (or 0xCACE17) is known color: Barberry. HEX triplet: CA, CE and 17. RGB value is (202,206,23). Sum of RGB (Red+Green+Blue) = 202+206+23=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACE17 is #3531E8. Grayscale: #B8B8B8. Windows color (decimal): -3486185 or 1560266. OLE color: 1560266.
HSL color Cylindrical-coordinate representation of color #CACE17: hue angle of 61.31º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CACE17 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 23 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.19 |
| HSL | 61.31º | 0.8% | 0.45% | - |
| HSV(B) | 61.31º | 0.89% | 0.81% | - |
| XYZ | 46.58 | 56.76 | 9.31 | - |
| YUV | 183.94 | 37.17 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 23 | 0.02 | 0 | 0.89 | 0.19 | 61.31 | 0.8 | 0.45 |
| Hex | CA | CE | 17 | 2 | 0 | 59 | 13 | 3D | 50 | 2D |
| Octal | 312 | 316 | 27 | 2 | 0 | 131 | 23 | 75 | 120 | 55 |
| Binary | 11001010 | 11001110 | 10111 | 10 | 0 | 1011001 | 10011 | 111101 | 1010000 | 101101 |
Color Harmonies of #CACE17
Complementary color
Monochromatic Colors of #CACE17
Black with #CACE17
Text Example
Text Example
White with #CACE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE17; }
p { color: rgb(202,206,23); }
H1.HeaderClassName
{
color: #CACE17;
}
.AnyTagClassName
{
color: #CACE17;
}
</style>
background-color css
<style>
a { background-color: #CACE17; }
a { background-color: rgb(202,206,23); }
div.DivClassName
{
background-color: #CACE17;
}
.BgClassName
{
background-color: #CACE17;
}
</style>
border-color css
<style>
span { border-color: #CACE17; }
span { border-color: rgb(202,206,23); }
td.TdClassName
{
border-color: #CACE17;
}
.TagClassName
{
border-color: #CACE17;
}
</style>