Shades of Barberry #CAC628
Tints of Barberry #CAC628
RGB
CMYK
RGB Variations
Color information
#CAC628 (or 0xCAC628) is known color: Barberry. HEX triplet: CA, C6 and 28. RGB value is (202,198,40). Sum of RGB (Red+Green+Blue) = 202+198+40=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC628 is #3539D7. Grayscale: #B5B5B5. Windows color (decimal): -3488216 or 2672330. OLE color: 2672330.
HSL color Cylindrical-coordinate representation of color #CAC628: hue angle of 58.52º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAC628 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 40 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.21 |
| HSL | 58.52º | 0.67% | 0.47% | - |
| HSV(B) | 58.52º | 0.8% | 0.79% | - |
| XYZ | 44.93 | 53.1 | 9.89 | - |
| YUV | 181.18 | 48.33 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 40 | 0 | 0.02 | 0.80 | 0.21 | 58.52 | 0.67 | 0.47 |
| Hex | CA | C6 | 28 | 0 | 2 | 50 | 15 | 3B | 43 | 2F |
| Octal | 312 | 306 | 50 | 0 | 2 | 120 | 25 | 73 | 103 | 57 |
| Binary | 11001010 | 11000110 | 101000 | 0 | 10 | 1010000 | 10101 | 111011 | 1000011 | 101111 |
Color Harmonies of #CAC628
Complementary color
Monochromatic Colors of #CAC628
Black with #CAC628
Text Example
Text Example
White with #CAC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC628; }
p { color: rgb(202,198,40); }
H1.HeaderClassName
{
color: #CAC628;
}
.AnyTagClassName
{
color: #CAC628;
}
</style>
background-color css
<style>
a { background-color: #CAC628; }
a { background-color: rgb(202,198,40); }
div.DivClassName
{
background-color: #CAC628;
}
.BgClassName
{
background-color: #CAC628;
}
</style>
border-color css
<style>
span { border-color: #CAC628; }
span { border-color: rgb(202,198,40); }
td.TdClassName
{
border-color: #CAC628;
}
.TagClassName
{
border-color: #CAC628;
}
</style>