Shades of Pirate Gold #C27B2D
Tints of Pirate Gold #C27B2D
RGB
CMYK
RGB Variations
Color information
#C27B2D (or 0xC27B2D) is known color: Pirate Gold. HEX triplet: C2, 7B and 2D. RGB value is (194,123,45). Sum of RGB (Red+Green+Blue) = 194+123+45=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27B2D is #3D84D2. Grayscale: #878787. Windows color (decimal): -4031699 or 2980802. OLE color: 2980802.
HSL color Cylindrical-coordinate representation of color #C27B2D: hue angle of 31.41º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C27B2D is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 45 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.24 |
| HSL | 31.41º | 0.62% | 0.47% | - |
| HSV(B) | 31.41º | 0.77% | 0.76% | - |
| XYZ | 29.8 | 25.82 | 5.9 | - |
| YUV | 135.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 45 | 0 | 0.37 | 0.77 | 0.24 | 31.41 | 0.62 | 0.47 |
| Hex | C2 | 7B | 2D | 0 | 25 | 4D | 18 | 1F | 3E | 2F |
| Octal | 302 | 173 | 55 | 0 | 45 | 115 | 30 | 37 | 76 | 57 |
| Binary | 11000010 | 1111011 | 101101 | 0 | 100101 | 1001101 | 11000 | 11111 | 111110 | 101111 |
Color Harmonies of #C27B2D
Complementary color
Monochromatic Colors of #C27B2D
Black with #C27B2D
Text Example
Text Example
White with #C27B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B2D; }
p { color: rgb(194,123,45); }
H1.HeaderClassName
{
color: #C27B2D;
}
.AnyTagClassName
{
color: #C27B2D;
}
</style>
background-color css
<style>
a { background-color: #C27B2D; }
a { background-color: rgb(194,123,45); }
div.DivClassName
{
background-color: #C27B2D;
}
.BgClassName
{
background-color: #C27B2D;
}
</style>
border-color css
<style>
span { border-color: #C27B2D; }
span { border-color: rgb(194,123,45); }
td.TdClassName
{
border-color: #C27B2D;
}
.TagClassName
{
border-color: #C27B2D;
}
</style>