Shades of Barberry #C9CD18
Tints of Barberry #C9CD18
RGB
CMYK
RGB Variations
Color information
#C9CD18 (or 0xC9CD18) is known color: Barberry. HEX triplet: C9, CD and 18. RGB value is (201,205,24). Sum of RGB (Red+Green+Blue) = 201+205+24=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CD18 is #3632E7. Grayscale: #B7B7B7. Windows color (decimal): -3551976 or 1625545. OLE color: 1625545.
HSL color Cylindrical-coordinate representation of color #C9CD18: hue angle of 61.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9CD18 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 205 | 24 | - |
CMYK | 0.02 | 0 | 0.88 | 0.20 |
HSL | 61.33º | 0.79% | 0.45% | - |
HSV(B) | 61.33º | 0.88% | 0.8% | - |
XYZ | 46.08 | 56.15 | 9.27 | - |
YUV | 183.17 | 38.17 | 140.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 205 | 24 | 0.02 | 0 | 0.88 | 0.20 | 61.33 | 0.79 | 0.45 |
Hex | C9 | CD | 18 | 2 | 0 | 58 | 14 | 3D | 4F | 2D |
Octal | 311 | 315 | 30 | 2 | 0 | 130 | 24 | 75 | 117 | 55 |
Binary | 11001001 | 11001101 | 11000 | 10 | 0 | 1011000 | 10100 | 111101 | 1001111 | 101101 |
Color Harmonies of #C9CD18
Complementary color
Monochromatic Colors of #C9CD18
Black with #C9CD18
Text Example
Text Example
White with #C9CD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CD18; }
p { color: rgb(201,205,24); }
H1.HeaderClassName
{
color: #C9CD18;
}
.AnyTagClassName
{
color: #C9CD18;
}
</style>
background-color css
<style>
a { background-color: #C9CD18; }
a { background-color: rgb(201,205,24); }
div.DivClassName
{
background-color: #C9CD18;
}
.BgClassName
{
background-color: #C9CD18;
}
</style>
border-color css
<style>
span { border-color: #C9CD18; }
span { border-color: rgb(201,205,24); }
td.TdClassName
{
border-color: #C9CD18;
}
.TagClassName
{
border-color: #C9CD18;
}
</style>