Shades of Barberry #CAC923
Tints of Barberry #CAC923
RGB
CMYK
RGB Variations
Color information
#CAC923 (or 0xCAC923) is known color: Barberry. HEX triplet: CA, C9 and 23. RGB value is (202,201,35). Sum of RGB (Red+Green+Blue) = 202+201+35=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 35 (14.06% from 255 or 7.99% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC923 is #3536DC. Grayscale: #B7B7B7. Windows color (decimal): -3487453 or 2345418. OLE color: 2345418.
HSL color Cylindrical-coordinate representation of color #CAC923: hue angle of 59.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAC923 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 35 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.21 |
| HSL | 59.64º | 0.7% | 0.46% | - |
| HSV(B) | 59.64º | 0.83% | 0.79% | - |
| XYZ | 45.55 | 54.45 | 9.7 | - |
| YUV | 182.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 35 | 0 | 0.00 | 0.83 | 0.21 | 59.64 | 0.7 | 0.46 |
| Hex | CA | C9 | 23 | 0 | 0 | 53 | 15 | 3C | 46 | 2E |
| Octal | 312 | 311 | 43 | 0 | 0 | 123 | 25 | 74 | 106 | 56 |
| Binary | 11001010 | 11001001 | 100011 | 0 | 0 | 1010011 | 10101 | 111100 | 1000110 | 101110 |
Color Harmonies of #CAC923
Complementary color
Monochromatic Colors of #CAC923
Black with #CAC923
Text Example
Text Example
White with #CAC923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC923; }
p { color: rgb(202,201,35); }
H1.HeaderClassName
{
color: #CAC923;
}
.AnyTagClassName
{
color: #CAC923;
}
</style>
background-color css
<style>
a { background-color: #CAC923; }
a { background-color: rgb(202,201,35); }
div.DivClassName
{
background-color: #CAC923;
}
.BgClassName
{
background-color: #CAC923;
}
</style>
border-color css
<style>
span { border-color: #CAC923; }
span { border-color: rgb(202,201,35); }
td.TdClassName
{
border-color: #CAC923;
}
.TagClassName
{
border-color: #CAC923;
}
</style>