Shades of Hokey Pokey #C1902F
Tints of Hokey Pokey #C1902F
RGB
CMYK
RGB Variations
Color information
#C1902F (or 0xC1902F) is known color: Hokey Pokey. HEX triplet: C1, 90 and 2F. RGB value is (193,144,47). Sum of RGB (Red+Green+Blue) = 193+144+47=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1902F is #3E6FD0. Grayscale: #949494. Windows color (decimal): -4091857 or 3117249. OLE color: 3117249.
HSL color Cylindrical-coordinate representation of color #C1902F: hue angle of 39.86º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1902F is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 47 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.24 |
| HSL | 39.86º | 0.61% | 0.47% | - |
| HSV(B) | 39.86º | 0.76% | 0.76% | - |
| XYZ | 32.48 | 31.49 | 7.06 | - |
| YUV | 147.59 | 71.23 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 47 | 0 | 0.25 | 0.76 | 0.24 | 39.86 | 0.61 | 0.47 |
| Hex | C1 | 90 | 2F | 0 | 19 | 4C | 18 | 28 | 3D | 2F |
| Octal | 301 | 220 | 57 | 0 | 31 | 114 | 30 | 50 | 75 | 57 |
| Binary | 11000001 | 10010000 | 101111 | 0 | 11001 | 1001100 | 11000 | 101000 | 111101 | 101111 |
Color Harmonies of #C1902F
Complementary color
Monochromatic Colors of #C1902F
Black with #C1902F
Text Example
Text Example
White with #C1902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1902F; }
p { color: rgb(193,144,47); }
H1.HeaderClassName
{
color: #C1902F;
}
.AnyTagClassName
{
color: #C1902F;
}
</style>
background-color css
<style>
a { background-color: #C1902F; }
a { background-color: rgb(193,144,47); }
div.DivClassName
{
background-color: #C1902F;
}
.BgClassName
{
background-color: #C1902F;
}
</style>
border-color css
<style>
span { border-color: #C1902F; }
span { border-color: rgb(193,144,47); }
td.TdClassName
{
border-color: #C1902F;
}
.TagClassName
{
border-color: #C1902F;
}
</style>