Shades of Barberry #CAC919
Tints of Barberry #CAC919
RGB
CMYK
RGB Variations
Color information
#CAC919 (or 0xCAC919) is known color: Barberry. HEX triplet: CA, C9 and 19. RGB value is (202,201,25). Sum of RGB (Red+Green+Blue) = 202+201+25=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC919 is #3536E6. Grayscale: #B5B5B5. Windows color (decimal): -3487463 or 1690058. OLE color: 1690058.
HSL color Cylindrical-coordinate representation of color #CAC919: hue angle of 59.66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAC919 is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 25 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.21 |
| HSL | 59.66º | 0.78% | 0.45% | - |
| HSV(B) | 59.66º | 0.88% | 0.79% | - |
| XYZ | 45.42 | 54.4 | 9.03 | - |
| YUV | 181.24 | 39.83 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 25 | 0 | 0.00 | 0.88 | 0.21 | 59.66 | 0.78 | 0.45 |
| Hex | CA | C9 | 19 | 0 | 0 | 58 | 15 | 3C | 4E | 2D |
| Octal | 312 | 311 | 31 | 0 | 0 | 130 | 25 | 74 | 116 | 55 |
| Binary | 11001010 | 11001001 | 11001 | 0 | 0 | 1011000 | 10101 | 111100 | 1001110 | 101101 |
Color Harmonies of #CAC919
Complementary color
Monochromatic Colors of #CAC919
Black with #CAC919
Text Example
Text Example
White with #CAC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC919; }
p { color: rgb(202,201,25); }
H1.HeaderClassName
{
color: #CAC919;
}
.AnyTagClassName
{
color: #CAC919;
}
</style>
background-color css
<style>
a { background-color: #CAC919; }
a { background-color: rgb(202,201,25); }
div.DivClassName
{
background-color: #CAC919;
}
.BgClassName
{
background-color: #CAC919;
}
</style>
border-color css
<style>
span { border-color: #CAC919; }
span { border-color: rgb(202,201,25); }
td.TdClassName
{
border-color: #CAC919;
}
.TagClassName
{
border-color: #CAC919;
}
</style>