Shades of Buddha Gold #CB960C
Tints of Buddha Gold #CB960C
RGB
CMYK
RGB Variations
Color information
#CB960C (or 0xCB960C) is known color: Buddha Gold. HEX triplet: CB, 96 and 0C. RGB value is (203,150,12). Sum of RGB (Red+Green+Blue) = 203+150+12=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB960C is #3469F3. Grayscale: #969696. Windows color (decimal): -3434996 or 825035. OLE color: 825035.
HSL color Cylindrical-coordinate representation of color #CB960C: hue angle of 43.35º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB960C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.20 |
| HSL | 43.35º | 0.89% | 0.42% | - |
| HSV(B) | 43.35º | 0.94% | 0.8% | - |
| XYZ | 35.6 | 34.54 | 5.14 | - |
| YUV | 150.12 | 50.06 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 12 | 0 | 0.26 | 0.94 | 0.20 | 43.35 | 0.89 | 0.42 |
| Hex | CB | 96 | C | 0 | 1A | 5E | 14 | 2B | 59 | 2A |
| Octal | 313 | 226 | 14 | 0 | 32 | 136 | 24 | 53 | 131 | 52 |
| Binary | 11001011 | 10010110 | 1100 | 0 | 11010 | 1011110 | 10100 | 101011 | 1011001 | 101010 |
Color Harmonies of #CB960C
Complementary color
Monochromatic Colors of #CB960C
Black with #CB960C
Text Example
Text Example
White with #CB960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB960C; }
p { color: rgb(203,150,12); }
H1.HeaderClassName
{
color: #CB960C;
}
.AnyTagClassName
{
color: #CB960C;
}
</style>
background-color css
<style>
a { background-color: #CB960C; }
a { background-color: rgb(203,150,12); }
div.DivClassName
{
background-color: #CB960C;
}
.BgClassName
{
background-color: #CB960C;
}
</style>
border-color css
<style>
span { border-color: #CB960C; }
span { border-color: rgb(203,150,12); }
td.TdClassName
{
border-color: #CB960C;
}
.TagClassName
{
border-color: #CB960C;
}
</style>