Shades of Pirate Gold #C27B27
Tints of Pirate Gold #C27B27
RGB
CMYK
RGB Variations
Color information
#C27B27 (or 0xC27B27) is known color: Pirate Gold. HEX triplet: C2, 7B and 27. RGB value is (194,123,39). Sum of RGB (Red+Green+Blue) = 194+123+39=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27B27 is #3D84D8. Grayscale: #878787. Windows color (decimal): -4031705 or 2587586. OLE color: 2587586.
HSL color Cylindrical-coordinate representation of color #C27B27: hue angle of 32.52º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C27B27 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 39 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.24 |
| HSL | 32.52º | 0.67% | 0.46% | - |
| HSV(B) | 32.52º | 0.8% | 0.76% | - |
| XYZ | 29.7 | 25.78 | 5.33 | - |
| YUV | 134.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 39 | 0 | 0.37 | 0.80 | 0.24 | 32.52 | 0.67 | 0.46 |
| Hex | C2 | 7B | 27 | 0 | 25 | 50 | 18 | 21 | 43 | 2E |
| Octal | 302 | 173 | 47 | 0 | 45 | 120 | 30 | 41 | 103 | 56 |
| Binary | 11000010 | 1111011 | 100111 | 0 | 100101 | 1010000 | 11000 | 100001 | 1000011 | 101110 |
Color Harmonies of #C27B27
Complementary color
Monochromatic Colors of #C27B27
Black with #C27B27
Text Example
Text Example
White with #C27B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B27; }
p { color: rgb(194,123,39); }
H1.HeaderClassName
{
color: #C27B27;
}
.AnyTagClassName
{
color: #C27B27;
}
</style>
background-color css
<style>
a { background-color: #C27B27; }
a { background-color: rgb(194,123,39); }
div.DivClassName
{
background-color: #C27B27;
}
.BgClassName
{
background-color: #C27B27;
}
</style>
border-color css
<style>
span { border-color: #C27B27; }
span { border-color: rgb(194,123,39); }
td.TdClassName
{
border-color: #C27B27;
}
.TagClassName
{
border-color: #C27B27;
}
</style>