Shades of Barberry #CAC92E
Tints of Barberry #CAC92E
RGB
CMYK
RGB Variations
Color information
#CAC92E (or 0xCAC92E) is known color: Barberry. HEX triplet: CA, C9 and 2E. RGB value is (202,201,46). Sum of RGB (Red+Green+Blue) = 202+201+46=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC92E is #3536D1. Grayscale: #B8B8B8. Windows color (decimal): -3487442 or 3066314. OLE color: 3066314.
HSL color Cylindrical-coordinate representation of color #CAC92E: hue angle of 59.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAC92E is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 46 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.21 |
| HSL | 59.62º | 0.63% | 0.49% | - |
| HSV(B) | 59.62º | 0.77% | 0.79% | - |
| XYZ | 45.74 | 54.53 | 10.7 | - |
| YUV | 183.63 | 50.33 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 46 | 0 | 0.00 | 0.77 | 0.21 | 59.62 | 0.63 | 0.49 |
| Hex | CA | C9 | 2E | 0 | 0 | 4D | 15 | 3C | 3F | 31 |
| Octal | 312 | 311 | 56 | 0 | 0 | 115 | 25 | 74 | 77 | 61 |
| Binary | 11001010 | 11001001 | 101110 | 0 | 0 | 1001101 | 10101 | 111100 | 111111 | 110001 |
Color Harmonies of #CAC92E
Complementary color
Monochromatic Colors of #CAC92E
Black with #CAC92E
Text Example
Text Example
White with #CAC92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC92E; }
p { color: rgb(202,201,46); }
H1.HeaderClassName
{
color: #CAC92E;
}
.AnyTagClassName
{
color: #CAC92E;
}
</style>
background-color css
<style>
a { background-color: #CAC92E; }
a { background-color: rgb(202,201,46); }
div.DivClassName
{
background-color: #CAC92E;
}
.BgClassName
{
background-color: #CAC92E;
}
</style>
border-color css
<style>
span { border-color: #CAC92E; }
span { border-color: rgb(202,201,46); }
td.TdClassName
{
border-color: #CAC92E;
}
.TagClassName
{
border-color: #CAC92E;
}
</style>