Shades of Barberry #CAC326
Tints of Barberry #CAC326
RGB
CMYK
RGB Variations
Color information
#CAC326 (or 0xCAC326) is known color: Barberry. HEX triplet: CA, C3 and 26. RGB value is (202,195,38). Sum of RGB (Red+Green+Blue) = 202+195+38=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC326 is #353CD9. Grayscale: #B3B3B3. Windows color (decimal): -3488986 or 2540490. OLE color: 2540490.
HSL color Cylindrical-coordinate representation of color #CAC326: hue angle of 57.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAC326 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 38 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.21 |
| HSL | 57.44º | 0.68% | 0.47% | - |
| HSV(B) | 57.44º | 0.81% | 0.79% | - |
| XYZ | 44.22 | 51.73 | 9.49 | - |
| YUV | 179.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 38 | 0 | 0.03 | 0.81 | 0.21 | 57.44 | 0.68 | 0.47 |
| Hex | CA | C3 | 26 | 0 | 3 | 51 | 15 | 39 | 44 | 2F |
| Octal | 312 | 303 | 46 | 0 | 3 | 121 | 25 | 71 | 104 | 57 |
| Binary | 11001010 | 11000011 | 100110 | 0 | 11 | 1010001 | 10101 | 111001 | 1000100 | 101111 |
Color Harmonies of #CAC326
Complementary color
Monochromatic Colors of #CAC326
Black with #CAC326
Text Example
Text Example
White with #CAC326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC326; }
p { color: rgb(202,195,38); }
H1.HeaderClassName
{
color: #CAC326;
}
.AnyTagClassName
{
color: #CAC326;
}
</style>
background-color css
<style>
a { background-color: #CAC326; }
a { background-color: rgb(202,195,38); }
div.DivClassName
{
background-color: #CAC326;
}
.BgClassName
{
background-color: #CAC326;
}
</style>
border-color css
<style>
span { border-color: #CAC326; }
span { border-color: rgb(202,195,38); }
td.TdClassName
{
border-color: #CAC326;
}
.TagClassName
{
border-color: #CAC326;
}
</style>