Shades of Buddha Gold #CB941C
Tints of Buddha Gold #CB941C
RGB
CMYK
RGB Variations
Color information
#CB941C (or 0xCB941C) is known color: Buddha Gold. HEX triplet: CB, 94 and 1C. RGB value is (203,148,28). Sum of RGB (Red+Green+Blue) = 203+148+28=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB941C is #346BE3. Grayscale: #979797. Windows color (decimal): -3435492 or 1873099. OLE color: 1873099.
HSL color Cylindrical-coordinate representation of color #CB941C: hue angle of 41.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB941C is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 28 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.20 |
| HSL | 41.14º | 0.76% | 0.45% | - |
| HSV(B) | 41.14º | 0.86% | 0.8% | - |
| XYZ | 35.43 | 33.96 | 5.79 | - |
| YUV | 150.77 | 58.72 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 28 | 0 | 0.27 | 0.86 | 0.20 | 41.14 | 0.76 | 0.45 |
| Hex | CB | 94 | 1C | 0 | 1B | 56 | 14 | 29 | 4C | 2D |
| Octal | 313 | 224 | 34 | 0 | 33 | 126 | 24 | 51 | 114 | 55 |
| Binary | 11001011 | 10010100 | 11100 | 0 | 11011 | 1010110 | 10100 | 101001 | 1001100 | 101101 |
Color Harmonies of #CB941C
Complementary color
Monochromatic Colors of #CB941C
Black with #CB941C
Text Example
Text Example
White with #CB941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB941C; }
p { color: rgb(203,148,28); }
H1.HeaderClassName
{
color: #CB941C;
}
.AnyTagClassName
{
color: #CB941C;
}
</style>
background-color css
<style>
a { background-color: #CB941C; }
a { background-color: rgb(203,148,28); }
div.DivClassName
{
background-color: #CB941C;
}
.BgClassName
{
background-color: #CB941C;
}
</style>
border-color css
<style>
span { border-color: #CB941C; }
span { border-color: rgb(203,148,28); }
td.TdClassName
{
border-color: #CB941C;
}
.TagClassName
{
border-color: #CB941C;
}
</style>