Shades of Barberry #CAC927
Tints of Barberry #CAC927
RGB
CMYK
RGB Variations
Color information
#CAC927 (or 0xCAC927) is known color: Barberry. HEX triplet: CA, C9 and 27. RGB value is (202,201,39). Sum of RGB (Red+Green+Blue) = 202+201+39=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC927 is #3536D8. Grayscale: #B7B7B7. Windows color (decimal): -3487449 or 2607562. OLE color: 2607562.
HSL color Cylindrical-coordinate representation of color #CAC927: hue angle of 59.63º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAC927 is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 39 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.21 |
| HSL | 59.63º | 0.68% | 0.47% | - |
| HSV(B) | 59.63º | 0.81% | 0.79% | - |
| XYZ | 45.61 | 54.48 | 10.03 | - |
| YUV | 182.83 | 46.83 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 39 | 0 | 0.00 | 0.81 | 0.21 | 59.63 | 0.68 | 0.47 |
| Hex | CA | C9 | 27 | 0 | 0 | 51 | 15 | 3C | 44 | 2F |
| Octal | 312 | 311 | 47 | 0 | 0 | 121 | 25 | 74 | 104 | 57 |
| Binary | 11001010 | 11001001 | 100111 | 0 | 0 | 1010001 | 10101 | 111100 | 1000100 | 101111 |
Color Harmonies of #CAC927
Complementary color
Monochromatic Colors of #CAC927
Black with #CAC927
Text Example
Text Example
White with #CAC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC927; }
p { color: rgb(202,201,39); }
H1.HeaderClassName
{
color: #CAC927;
}
.AnyTagClassName
{
color: #CAC927;
}
</style>
background-color css
<style>
a { background-color: #CAC927; }
a { background-color: rgb(202,201,39); }
div.DivClassName
{
background-color: #CAC927;
}
.BgClassName
{
background-color: #CAC927;
}
</style>
border-color css
<style>
span { border-color: #CAC927; }
span { border-color: rgb(202,201,39); }
td.TdClassName
{
border-color: #CAC927;
}
.TagClassName
{
border-color: #CAC927;
}
</style>