Shades of Barberry #CFCB2B
Tints of Barberry #CFCB2B
RGB
CMYK
RGB Variations
Color information
#CFCB2B (or 0xCFCB2B) is known color: Barberry. HEX triplet: CF, CB and 2B. RGB value is (207,203,43). Sum of RGB (Red+Green+Blue) = 207+203+43=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB2B is #3034D4. Grayscale: #BABABA. Windows color (decimal): -3159253 or 2870223. OLE color: 2870223.
HSL color Cylindrical-coordinate representation of color #CFCB2B: hue angle of 58.54º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFCB2B is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 43 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.19 |
| HSL | 58.54º | 0.66% | 0.49% | - |
| HSV(B) | 58.54º | 0.79% | 0.81% | - |
| XYZ | 47.52 | 56.15 | 10.62 | - |
| YUV | 185.96 | 47.33 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 43 | 0 | 0.02 | 0.79 | 0.19 | 58.54 | 0.66 | 0.49 |
| Hex | CF | CB | 2B | 0 | 2 | 4F | 13 | 3B | 42 | 31 |
| Octal | 317 | 313 | 53 | 0 | 2 | 117 | 23 | 73 | 102 | 61 |
| Binary | 11001111 | 11001011 | 101011 | 0 | 10 | 1001111 | 10011 | 111011 | 1000010 | 110001 |
Color Harmonies of #CFCB2B
Complementary color
Monochromatic Colors of #CFCB2B
Black with #CFCB2B
Text Example
Text Example
White with #CFCB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB2B; }
p { color: rgb(207,203,43); }
H1.HeaderClassName
{
color: #CFCB2B;
}
.AnyTagClassName
{
color: #CFCB2B;
}
</style>
background-color css
<style>
a { background-color: #CFCB2B; }
a { background-color: rgb(207,203,43); }
div.DivClassName
{
background-color: #CFCB2B;
}
.BgClassName
{
background-color: #CFCB2B;
}
</style>
border-color css
<style>
span { border-color: #CFCB2B; }
span { border-color: rgb(207,203,43); }
td.TdClassName
{
border-color: #CFCB2B;
}
.TagClassName
{
border-color: #CFCB2B;
}
</style>