Shades of Buddha Gold #C38F18
Tints of Buddha Gold #C38F18
RGB
CMYK
RGB Variations
Color information
#C38F18 (or 0xC38F18) is known color: Buddha Gold. HEX triplet: C3, 8F and 18. RGB value is (195,143,24). Sum of RGB (Red+Green+Blue) = 195+143+24=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38F18 is #3C70E7. Grayscale: #919191. Windows color (decimal): -3961064 or 1609667. OLE color: 1609667.
HSL color Cylindrical-coordinate representation of color #C38F18: hue angle of 41.75º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C38F18 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 24 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.24 |
| HSL | 41.75º | 0.78% | 0.43% | - |
| HSV(B) | 41.75º | 0.88% | 0.76% | - |
| XYZ | 32.49 | 31.31 | 5.2 | - |
| YUV | 144.98 | 59.73 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 24 | 0 | 0.27 | 0.88 | 0.24 | 41.75 | 0.78 | 0.43 |
| Hex | C3 | 8F | 18 | 0 | 1B | 58 | 18 | 2A | 4E | 2B |
| Octal | 303 | 217 | 30 | 0 | 33 | 130 | 30 | 52 | 116 | 53 |
| Binary | 11000011 | 10001111 | 11000 | 0 | 11011 | 1011000 | 11000 | 101010 | 1001110 | 101011 |
Color Harmonies of #C38F18
Complementary color
Monochromatic Colors of #C38F18
Black with #C38F18
Text Example
Text Example
White with #C38F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F18; }
p { color: rgb(195,143,24); }
H1.HeaderClassName
{
color: #C38F18;
}
.AnyTagClassName
{
color: #C38F18;
}
</style>
background-color css
<style>
a { background-color: #C38F18; }
a { background-color: rgb(195,143,24); }
div.DivClassName
{
background-color: #C38F18;
}
.BgClassName
{
background-color: #C38F18;
}
</style>
border-color css
<style>
span { border-color: #C38F18; }
span { border-color: rgb(195,143,24); }
td.TdClassName
{
border-color: #C38F18;
}
.TagClassName
{
border-color: #C38F18;
}
</style>