Shades of Barberry #CAC91C
Tints of Barberry #CAC91C
RGB
CMYK
RGB Variations
Color information
#CAC91C (or 0xCAC91C) is known color: Barberry. HEX triplet: CA, C9 and 1C. RGB value is (202,201,28). Sum of RGB (Red+Green+Blue) = 202+201+28=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC91C is #3536E3. Grayscale: #B6B6B6. Windows color (decimal): -3487460 or 1886666. OLE color: 1886666.
HSL color Cylindrical-coordinate representation of color #CAC91C: hue angle of 59.66º 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 #CAC91C is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 28 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.21 |
| HSL | 59.66º | 0.76% | 0.45% | - |
| HSV(B) | 59.66º | 0.86% | 0.79% | - |
| XYZ | 45.45 | 54.41 | 9.21 | - |
| YUV | 181.58 | 41.33 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 28 | 0 | 0.00 | 0.86 | 0.21 | 59.66 | 0.76 | 0.45 |
| Hex | CA | C9 | 1C | 0 | 0 | 56 | 15 | 3C | 4C | 2D |
| Octal | 312 | 311 | 34 | 0 | 0 | 126 | 25 | 74 | 114 | 55 |
| Binary | 11001010 | 11001001 | 11100 | 0 | 0 | 1010110 | 10101 | 111100 | 1001100 | 101101 |
Color Harmonies of #CAC91C
Complementary color
Monochromatic Colors of #CAC91C
Black with #CAC91C
Text Example
Text Example
White with #CAC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC91C; }
p { color: rgb(202,201,28); }
H1.HeaderClassName
{
color: #CAC91C;
}
.AnyTagClassName
{
color: #CAC91C;
}
</style>
background-color css
<style>
a { background-color: #CAC91C; }
a { background-color: rgb(202,201,28); }
div.DivClassName
{
background-color: #CAC91C;
}
.BgClassName
{
background-color: #CAC91C;
}
</style>
border-color css
<style>
span { border-color: #CAC91C; }
span { border-color: rgb(202,201,28); }
td.TdClassName
{
border-color: #CAC91C;
}
.TagClassName
{
border-color: #CAC91C;
}
</style>