Shades of Barberry #CAC92A
Tints of Barberry #CAC92A
RGB
CMYK
RGB Variations
Color information
#CAC92A (or 0xCAC92A) is known color: Barberry. HEX triplet: CA, C9 and 2A. RGB value is (202,201,42). Sum of RGB (Red+Green+Blue) = 202+201+42=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC92A is #3536D5. Grayscale: #B7B7B7. Windows color (decimal): -3487446 or 2804170. OLE color: 2804170.
HSL color Cylindrical-coordinate representation of color #CAC92A: hue angle of 59.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAC92A is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 42 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.21 |
| HSL | 59.63º | 0.66% | 0.48% | - |
| HSV(B) | 59.63º | 0.79% | 0.79% | - |
| XYZ | 45.66 | 54.5 | 10.3 | - |
| YUV | 183.17 | 48.33 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 42 | 0 | 0.00 | 0.79 | 0.21 | 59.63 | 0.66 | 0.48 |
| Hex | CA | C9 | 2A | 0 | 0 | 4F | 15 | 3C | 42 | 30 |
| Octal | 312 | 311 | 52 | 0 | 0 | 117 | 25 | 74 | 102 | 60 |
| Binary | 11001010 | 11001001 | 101010 | 0 | 0 | 1001111 | 10101 | 111100 | 1000010 | 110000 |
Color Harmonies of #CAC92A
Complementary color
Monochromatic Colors of #CAC92A
Black with #CAC92A
Text Example
Text Example
White with #CAC92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC92A; }
p { color: rgb(202,201,42); }
H1.HeaderClassName
{
color: #CAC92A;
}
.AnyTagClassName
{
color: #CAC92A;
}
</style>
background-color css
<style>
a { background-color: #CAC92A; }
a { background-color: rgb(202,201,42); }
div.DivClassName
{
background-color: #CAC92A;
}
.BgClassName
{
background-color: #CAC92A;
}
</style>
border-color css
<style>
span { border-color: #CAC92A; }
span { border-color: rgb(202,201,42); }
td.TdClassName
{
border-color: #CAC92A;
}
.TagClassName
{
border-color: #CAC92A;
}
</style>