Shades of Pirate Gold #C07B1F
Tints of Pirate Gold #C07B1F
RGB
CMYK
RGB Variations
Color information
#C07B1F (or 0xC07B1F) is known color: Pirate Gold. HEX triplet: C0, 7B and 1F. RGB value is (192,123,31). Sum of RGB (Red+Green+Blue) = 192+123+31=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B1F is #3F84E0. Grayscale: #858585. Windows color (decimal): -4162785 or 2063296. OLE color: 2063296.
HSL color Cylindrical-coordinate representation of color #C07B1F: hue angle of 34.29º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C07B1F is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 31 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.25 |
| HSL | 34.29º | 0.72% | 0.44% | - |
| HSV(B) | 34.29º | 0.84% | 0.75% | - |
| XYZ | 29.07 | 25.47 | 4.68 | - |
| YUV | 133.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 31 | 0 | 0.36 | 0.84 | 0.25 | 34.29 | 0.72 | 0.44 |
| Hex | C0 | 7B | 1F | 0 | 24 | 54 | 19 | 22 | 48 | 2C |
| Octal | 300 | 173 | 37 | 0 | 44 | 124 | 31 | 42 | 110 | 54 |
| Binary | 11000000 | 1111011 | 11111 | 0 | 100100 | 1010100 | 11001 | 100010 | 1001000 | 101100 |
Color Harmonies of #C07B1F
Complementary color
Monochromatic Colors of #C07B1F
Black with #C07B1F
Text Example
Text Example
White with #C07B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B1F; }
p { color: rgb(192,123,31); }
H1.HeaderClassName
{
color: #C07B1F;
}
.AnyTagClassName
{
color: #C07B1F;
}
</style>
background-color css
<style>
a { background-color: #C07B1F; }
a { background-color: rgb(192,123,31); }
div.DivClassName
{
background-color: #C07B1F;
}
.BgClassName
{
background-color: #C07B1F;
}
</style>
border-color css
<style>
span { border-color: #C07B1F; }
span { border-color: rgb(192,123,31); }
td.TdClassName
{
border-color: #C07B1F;
}
.TagClassName
{
border-color: #C07B1F;
}
</style>