Shades of Barberry #CAC42A
Tints of Barberry #CAC42A
RGB
CMYK
RGB Variations
Color information
#CAC42A (or 0xCAC42A) is known color: Barberry. HEX triplet: CA, C4 and 2A. RGB value is (202,196,42). Sum of RGB (Red+Green+Blue) = 202+196+42=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC42A is #353BD5. Grayscale: #B4B4B4. Windows color (decimal): -3488726 or 2802890. OLE color: 2802890.
HSL color Cylindrical-coordinate representation of color #CAC42A: hue angle of 57.75º 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 #CAC42A is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 42 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.21 |
| HSL | 57.75º | 0.66% | 0.48% | - |
| HSV(B) | 57.75º | 0.79% | 0.79% | - |
| XYZ | 44.51 | 52.2 | 9.92 | - |
| YUV | 180.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 42 | 0 | 0.03 | 0.79 | 0.21 | 57.75 | 0.66 | 0.48 |
| Hex | CA | C4 | 2A | 0 | 3 | 4F | 15 | 3A | 42 | 30 |
| Octal | 312 | 304 | 52 | 0 | 3 | 117 | 25 | 72 | 102 | 60 |
| Binary | 11001010 | 11000100 | 101010 | 0 | 11 | 1001111 | 10101 | 111010 | 1000010 | 110000 |
Color Harmonies of #CAC42A
Complementary color
Monochromatic Colors of #CAC42A
Black with #CAC42A
Text Example
Text Example
White with #CAC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC42A; }
p { color: rgb(202,196,42); }
H1.HeaderClassName
{
color: #CAC42A;
}
.AnyTagClassName
{
color: #CAC42A;
}
</style>
background-color css
<style>
a { background-color: #CAC42A; }
a { background-color: rgb(202,196,42); }
div.DivClassName
{
background-color: #CAC42A;
}
.BgClassName
{
background-color: #CAC42A;
}
</style>
border-color css
<style>
span { border-color: #CAC42A; }
span { border-color: rgb(202,196,42); }
td.TdClassName
{
border-color: #CAC42A;
}
.TagClassName
{
border-color: #CAC42A;
}
</style>