Shades of Barberry #CAC41C
Tints of Barberry #CAC41C
RGB
CMYK
RGB Variations
Color information
#CAC41C (or 0xCAC41C) is known color: Barberry. HEX triplet: CA, C4 and 1C. RGB value is (202,196,28). Sum of RGB (Red+Green+Blue) = 202+196+28=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC41C is #353BE3. Grayscale: #B3B3B3. Windows color (decimal): -3488740 or 1885386. OLE color: 1885386.
HSL color Cylindrical-coordinate representation of color #CAC41C: hue angle of 57.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAC41C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 28 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.21 |
| HSL | 57.93º | 0.76% | 0.45% | - |
| HSV(B) | 57.93º | 0.86% | 0.79% | - |
| XYZ | 44.31 | 52.12 | 8.82 | - |
| YUV | 178.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 28 | 0 | 0.03 | 0.86 | 0.21 | 57.93 | 0.76 | 0.45 |
| Hex | CA | C4 | 1C | 0 | 3 | 56 | 15 | 3A | 4C | 2D |
| Octal | 312 | 304 | 34 | 0 | 3 | 126 | 25 | 72 | 114 | 55 |
| Binary | 11001010 | 11000100 | 11100 | 0 | 11 | 1010110 | 10101 | 111010 | 1001100 | 101101 |
Color Harmonies of #CAC41C
Complementary color
Monochromatic Colors of #CAC41C
Black with #CAC41C
Text Example
Text Example
White with #CAC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC41C; }
p { color: rgb(202,196,28); }
H1.HeaderClassName
{
color: #CAC41C;
}
.AnyTagClassName
{
color: #CAC41C;
}
</style>
background-color css
<style>
a { background-color: #CAC41C; }
a { background-color: rgb(202,196,28); }
div.DivClassName
{
background-color: #CAC41C;
}
.BgClassName
{
background-color: #CAC41C;
}
</style>
border-color css
<style>
span { border-color: #CAC41C; }
span { border-color: rgb(202,196,28); }
td.TdClassName
{
border-color: #CAC41C;
}
.TagClassName
{
border-color: #CAC41C;
}
</style>