Shades of Barberry #CAC42B
Tints of Barberry #CAC42B
RGB
CMYK
RGB Variations
Color information
#CAC42B (or 0xCAC42B) is known color: Barberry. HEX triplet: CA, C4 and 2B. RGB value is (202,196,43). Sum of RGB (Red+Green+Blue) = 202+196+43=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC42B is #353BD4. Grayscale: #B4B4B4. Windows color (decimal): -3488725 or 2868426. OLE color: 2868426.
HSL color Cylindrical-coordinate representation of color #CAC42B: hue angle of 57.74º degrees, saturation: 0.65, 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 #CAC42B is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 43 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.21 |
| HSL | 57.74º | 0.65% | 0.48% | - |
| HSV(B) | 57.74º | 0.79% | 0.79% | - |
| XYZ | 44.53 | 52.21 | 10.02 | - |
| YUV | 180.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 43 | 0 | 0.03 | 0.79 | 0.21 | 57.74 | 0.65 | 0.48 |
| Hex | CA | C4 | 2B | 0 | 3 | 4F | 15 | 3A | 41 | 30 |
| Octal | 312 | 304 | 53 | 0 | 3 | 117 | 25 | 72 | 101 | 60 |
| Binary | 11001010 | 11000100 | 101011 | 0 | 11 | 1001111 | 10101 | 111010 | 1000001 | 110000 |
Color Harmonies of #CAC42B
Complementary color
Monochromatic Colors of #CAC42B
Black with #CAC42B
Text Example
Text Example
White with #CAC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC42B; }
p { color: rgb(202,196,43); }
H1.HeaderClassName
{
color: #CAC42B;
}
.AnyTagClassName
{
color: #CAC42B;
}
</style>
background-color css
<style>
a { background-color: #CAC42B; }
a { background-color: rgb(202,196,43); }
div.DivClassName
{
background-color: #CAC42B;
}
.BgClassName
{
background-color: #CAC42B;
}
</style>
border-color css
<style>
span { border-color: #CAC42B; }
span { border-color: rgb(202,196,43); }
td.TdClassName
{
border-color: #CAC42B;
}
.TagClassName
{
border-color: #CAC42B;
}
</style>