Shades of Hokey Pokey #C18F36
Tints of Hokey Pokey #C18F36
RGB
CMYK
RGB Variations
Color information
#C18F36 (or 0xC18F36) is known color: Hokey Pokey. HEX triplet: C1, 8F and 36. RGB value is (193,143,54). Sum of RGB (Red+Green+Blue) = 193+143+54=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F36 is #3E70C9. Grayscale: #949494. Windows color (decimal): -4092106 or 3575745. OLE color: 3575745.
HSL color Cylindrical-coordinate representation of color #C18F36: hue angle of 38.42º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C18F36 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 54 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.24 |
| HSL | 38.42º | 0.56% | 0.48% | - |
| HSV(B) | 38.42º | 0.72% | 0.76% | - |
| XYZ | 32.48 | 31.25 | 7.81 | - |
| YUV | 147.8 | 75.07 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 54 | 0 | 0.26 | 0.72 | 0.24 | 38.42 | 0.56 | 0.48 |
| Hex | C1 | 8F | 36 | 0 | 1A | 48 | 18 | 26 | 38 | 30 |
| Octal | 301 | 217 | 66 | 0 | 32 | 110 | 30 | 46 | 70 | 60 |
| Binary | 11000001 | 10001111 | 110110 | 0 | 11010 | 1001000 | 11000 | 100110 | 111000 | 110000 |
Color Harmonies of #C18F36
Complementary color
Monochromatic Colors of #C18F36
Black with #C18F36
Text Example
Text Example
White with #C18F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F36; }
p { color: rgb(193,143,54); }
H1.HeaderClassName
{
color: #C18F36;
}
.AnyTagClassName
{
color: #C18F36;
}
</style>
background-color css
<style>
a { background-color: #C18F36; }
a { background-color: rgb(193,143,54); }
div.DivClassName
{
background-color: #C18F36;
}
.BgClassName
{
background-color: #C18F36;
}
</style>
border-color css
<style>
span { border-color: #C18F36; }
span { border-color: rgb(193,143,54); }
td.TdClassName
{
border-color: #C18F36;
}
.TagClassName
{
border-color: #C18F36;
}
</style>