Shades of Pirate Gold #C07C23
Tints of Pirate Gold #C07C23
RGB
CMYK
RGB Variations
Color information
#C07C23 (or 0xC07C23) is known color: Pirate Gold. HEX triplet: C0, 7C and 23. RGB value is (192,124,35). Sum of RGB (Red+Green+Blue) = 192+124+35=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C23 is #3F83DC. Grayscale: #868686. Windows color (decimal): -4162525 or 2325696. OLE color: 2325696.
HSL color Cylindrical-coordinate representation of color #C07C23: hue angle of 34.01º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C07C23 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 35 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.25 |
| HSL | 34.01º | 0.69% | 0.45% | - |
| HSV(B) | 34.01º | 0.82% | 0.75% | - |
| XYZ | 29.25 | 25.74 | 5.02 | - |
| YUV | 134.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 35 | 0 | 0.35 | 0.82 | 0.25 | 34.01 | 0.69 | 0.45 |
| Hex | C0 | 7C | 23 | 0 | 23 | 52 | 19 | 22 | 45 | 2D |
| Octal | 300 | 174 | 43 | 0 | 43 | 122 | 31 | 42 | 105 | 55 |
| Binary | 11000000 | 1111100 | 100011 | 0 | 100011 | 1010010 | 11001 | 100010 | 1000101 | 101101 |
Color Harmonies of #C07C23
Complementary color
Monochromatic Colors of #C07C23
Black with #C07C23
Text Example
Text Example
White with #C07C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C23; }
p { color: rgb(192,124,35); }
H1.HeaderClassName
{
color: #C07C23;
}
.AnyTagClassName
{
color: #C07C23;
}
</style>
background-color css
<style>
a { background-color: #C07C23; }
a { background-color: rgb(192,124,35); }
div.DivClassName
{
background-color: #C07C23;
}
.BgClassName
{
background-color: #C07C23;
}
</style>
border-color css
<style>
span { border-color: #C07C23; }
span { border-color: rgb(192,124,35); }
td.TdClassName
{
border-color: #C07C23;
}
.TagClassName
{
border-color: #C07C23;
}
</style>