Shades of Barberry #CAC32B
Tints of Barberry #CAC32B
RGB
CMYK
RGB Variations
Color information
#CAC32B (or 0xCAC32B) is known color: Barberry. HEX triplet: CA, C3 and 2B. RGB value is (202,195,43). Sum of RGB (Red+Green+Blue) = 202+195+43=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC32B is #353CD4. Grayscale: #B4B4B4. Windows color (decimal): -3488981 or 2868170. OLE color: 2868170.
HSL color Cylindrical-coordinate representation of color #CAC32B: hue angle of 57.36º 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 #CAC32B is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 43 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.21 |
| HSL | 57.36º | 0.65% | 0.48% | - |
| HSV(B) | 57.36º | 0.79% | 0.79% | - |
| XYZ | 44.31 | 51.76 | 9.94 | - |
| YUV | 179.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 43 | 0 | 0.03 | 0.79 | 0.21 | 57.36 | 0.65 | 0.48 |
| Hex | CA | C3 | 2B | 0 | 3 | 4F | 15 | 39 | 41 | 30 |
| Octal | 312 | 303 | 53 | 0 | 3 | 117 | 25 | 71 | 101 | 60 |
| Binary | 11001010 | 11000011 | 101011 | 0 | 11 | 1001111 | 10101 | 111001 | 1000001 | 110000 |
Color Harmonies of #CAC32B
Complementary color
Monochromatic Colors of #CAC32B
Black with #CAC32B
Text Example
Text Example
White with #CAC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC32B; }
p { color: rgb(202,195,43); }
H1.HeaderClassName
{
color: #CAC32B;
}
.AnyTagClassName
{
color: #CAC32B;
}
</style>
background-color css
<style>
a { background-color: #CAC32B; }
a { background-color: rgb(202,195,43); }
div.DivClassName
{
background-color: #CAC32B;
}
.BgClassName
{
background-color: #CAC32B;
}
</style>
border-color css
<style>
span { border-color: #CAC32B; }
span { border-color: rgb(202,195,43); }
td.TdClassName
{
border-color: #CAC32B;
}
.TagClassName
{
border-color: #CAC32B;
}
</style>