Shades of Barberry #CAC12F
Tints of Barberry #CAC12F
RGB
CMYK
RGB Variations
Color information
#CAC12F (or 0xCAC12F) is known color: Barberry. HEX triplet: CA, C1 and 2F. RGB value is (202,193,47). Sum of RGB (Red+Green+Blue) = 202+193+47=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC12F is #353ED0. Grayscale: #B3B3B3. Windows color (decimal): -3489489 or 3129802. OLE color: 3129802.
HSL color Cylindrical-coordinate representation of color #CAC12F: hue angle of 56.52º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAC12F is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 47 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.21 |
| HSL | 56.52º | 0.62% | 0.49% | - |
| HSV(B) | 56.52º | 0.77% | 0.79% | - |
| XYZ | 43.94 | 50.9 | 10.2 | - |
| YUV | 179.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 47 | 0 | 0.04 | 0.77 | 0.21 | 56.52 | 0.62 | 0.49 |
| Hex | CA | C1 | 2F | 0 | 4 | 4D | 15 | 39 | 3E | 31 |
| Octal | 312 | 301 | 57 | 0 | 4 | 115 | 25 | 71 | 76 | 61 |
| Binary | 11001010 | 11000001 | 101111 | 0 | 100 | 1001101 | 10101 | 111001 | 111110 | 110001 |
Color Harmonies of #CAC12F
Complementary color
Monochromatic Colors of #CAC12F
Black with #CAC12F
Text Example
Text Example
White with #CAC12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC12F; }
p { color: rgb(202,193,47); }
H1.HeaderClassName
{
color: #CAC12F;
}
.AnyTagClassName
{
color: #CAC12F;
}
</style>
background-color css
<style>
a { background-color: #CAC12F; }
a { background-color: rgb(202,193,47); }
div.DivClassName
{
background-color: #CAC12F;
}
.BgClassName
{
background-color: #CAC12F;
}
</style>
border-color css
<style>
span { border-color: #CAC12F; }
span { border-color: rgb(202,193,47); }
td.TdClassName
{
border-color: #CAC12F;
}
.TagClassName
{
border-color: #CAC12F;
}
</style>