Shades of Barberry #CAC32D
Tints of Barberry #CAC32D
RGB
CMYK
RGB Variations
Color information
#CAC32D (or 0xCAC32D) is known color: Barberry. HEX triplet: CA, C3 and 2D. RGB value is (202,195,45). Sum of RGB (Red+Green+Blue) = 202+195+45=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC32D is #353CD2. Grayscale: #B4B4B4. Windows color (decimal): -3488979 or 2999242. OLE color: 2999242.
HSL color Cylindrical-coordinate representation of color #CAC32D: hue angle of 57.32º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAC32D is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 45 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.21 |
| HSL | 57.32º | 0.64% | 0.48% | - |
| HSV(B) | 57.32º | 0.78% | 0.79% | - |
| XYZ | 44.35 | 51.78 | 10.14 | - |
| YUV | 179.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 45 | 0 | 0.03 | 0.78 | 0.21 | 57.32 | 0.64 | 0.48 |
| Hex | CA | C3 | 2D | 0 | 3 | 4E | 15 | 39 | 40 | 30 |
| Octal | 312 | 303 | 55 | 0 | 3 | 116 | 25 | 71 | 100 | 60 |
| Binary | 11001010 | 11000011 | 101101 | 0 | 11 | 1001110 | 10101 | 111001 | 1000000 | 110000 |
Color Harmonies of #CAC32D
Complementary color
Monochromatic Colors of #CAC32D
Black with #CAC32D
Text Example
Text Example
White with #CAC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC32D; }
p { color: rgb(202,195,45); }
H1.HeaderClassName
{
color: #CAC32D;
}
.AnyTagClassName
{
color: #CAC32D;
}
</style>
background-color css
<style>
a { background-color: #CAC32D; }
a { background-color: rgb(202,195,45); }
div.DivClassName
{
background-color: #CAC32D;
}
.BgClassName
{
background-color: #CAC32D;
}
</style>
border-color css
<style>
span { border-color: #CAC32D; }
span { border-color: rgb(202,195,45); }
td.TdClassName
{
border-color: #CAC32D;
}
.TagClassName
{
border-color: #CAC32D;
}
</style>