Shades of Pirate Gold #C07A28
Tints of Pirate Gold #C07A28
RGB
CMYK
RGB Variations
Color information
#C07A28 (or 0xC07A28) is known color: Pirate Gold. HEX triplet: C0, 7A and 28. RGB value is (192,122,40). Sum of RGB (Red+Green+Blue) = 192+122+40=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A28 is #3F85D7. Grayscale: #858585. Windows color (decimal): -4163032 or 2652864. OLE color: 2652864.
HSL color Cylindrical-coordinate representation of color #C07A28: hue angle of 32.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C07A28 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 40 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.25 |
| HSL | 32.37º | 0.66% | 0.45% | - |
| HSV(B) | 32.37º | 0.79% | 0.75% | - |
| XYZ | 29.08 | 25.28 | 5.35 | - |
| YUV | 133.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 40 | 0 | 0.36 | 0.79 | 0.25 | 32.37 | 0.66 | 0.45 |
| Hex | C0 | 7A | 28 | 0 | 24 | 4F | 19 | 20 | 42 | 2D |
| Octal | 300 | 172 | 50 | 0 | 44 | 117 | 31 | 40 | 102 | 55 |
| Binary | 11000000 | 1111010 | 101000 | 0 | 100100 | 1001111 | 11001 | 100000 | 1000010 | 101101 |
Color Harmonies of #C07A28
Complementary color
Monochromatic Colors of #C07A28
Black with #C07A28
Text Example
Text Example
White with #C07A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A28; }
p { color: rgb(192,122,40); }
H1.HeaderClassName
{
color: #C07A28;
}
.AnyTagClassName
{
color: #C07A28;
}
</style>
background-color css
<style>
a { background-color: #C07A28; }
a { background-color: rgb(192,122,40); }
div.DivClassName
{
background-color: #C07A28;
}
.BgClassName
{
background-color: #C07A28;
}
</style>
border-color css
<style>
span { border-color: #C07A28; }
span { border-color: rgb(192,122,40); }
td.TdClassName
{
border-color: #C07A28;
}
.TagClassName
{
border-color: #C07A28;
}
</style>