Shades of Buddha Gold #CB991A
Tints of Buddha Gold #CB991A
RGB
CMYK
RGB Variations
Color information
#CB991A (or 0xCB991A) is known color: Buddha Gold. HEX triplet: CB, 99 and 1A. RGB value is (203,153,26). Sum of RGB (Red+Green+Blue) = 203+153+26=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB991A is #3466E5. Grayscale: #9A9A9A. Windows color (decimal): -3434214 or 1743307. OLE color: 1743307.
HSL color Cylindrical-coordinate representation of color #CB991A: hue angle of 43.05º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB991A is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 26 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.20 |
| HSL | 43.05º | 0.77% | 0.45% | - |
| HSV(B) | 43.05º | 0.87% | 0.8% | - |
| XYZ | 36.21 | 35.55 | 5.93 | - |
| YUV | 153.47 | 56.07 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 26 | 0 | 0.25 | 0.87 | 0.20 | 43.05 | 0.77 | 0.45 |
| Hex | CB | 99 | 1A | 0 | 19 | 57 | 14 | 2B | 4D | 2D |
| Octal | 313 | 231 | 32 | 0 | 31 | 127 | 24 | 53 | 115 | 55 |
| Binary | 11001011 | 10011001 | 11010 | 0 | 11001 | 1010111 | 10100 | 101011 | 1001101 | 101101 |
Color Harmonies of #CB991A
Complementary color
Monochromatic Colors of #CB991A
Black with #CB991A
Text Example
Text Example
White with #CB991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB991A; }
p { color: rgb(203,153,26); }
H1.HeaderClassName
{
color: #CB991A;
}
.AnyTagClassName
{
color: #CB991A;
}
</style>
background-color css
<style>
a { background-color: #CB991A; }
a { background-color: rgb(203,153,26); }
div.DivClassName
{
background-color: #CB991A;
}
.BgClassName
{
background-color: #CB991A;
}
</style>
border-color css
<style>
span { border-color: #CB991A; }
span { border-color: rgb(203,153,26); }
td.TdClassName
{
border-color: #CB991A;
}
.TagClassName
{
border-color: #CB991A;
}
</style>