Shades of Hokey Pokey #C38F2F
Tints of Hokey Pokey #C38F2F
RGB
CMYK
RGB Variations
Color information
#C38F2F (or 0xC38F2F) is known color: Hokey Pokey. HEX triplet: C3, 8F and 2F. RGB value is (195,143,47). Sum of RGB (Red+Green+Blue) = 195+143+47=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38F2F is #3C70D0. Grayscale: #949494. Windows color (decimal): -3961041 or 3116995. OLE color: 3116995.
HSL color Cylindrical-coordinate representation of color #C38F2F: hue angle of 38.92º 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 #C38F2F is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 47 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.24 |
| HSL | 38.92º | 0.61% | 0.47% | - |
| HSV(B) | 38.92º | 0.76% | 0.76% | - |
| XYZ | 32.84 | 31.45 | 7.03 | - |
| YUV | 147.6 | 71.23 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 47 | 0 | 0.27 | 0.76 | 0.24 | 38.92 | 0.61 | 0.47 |
| Hex | C3 | 8F | 2F | 0 | 1B | 4C | 18 | 27 | 3D | 2F |
| Octal | 303 | 217 | 57 | 0 | 33 | 114 | 30 | 47 | 75 | 57 |
| Binary | 11000011 | 10001111 | 101111 | 0 | 11011 | 1001100 | 11000 | 100111 | 111101 | 101111 |
Color Harmonies of #C38F2F
Complementary color
Monochromatic Colors of #C38F2F
Black with #C38F2F
Text Example
Text Example
White with #C38F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F2F; }
p { color: rgb(195,143,47); }
H1.HeaderClassName
{
color: #C38F2F;
}
.AnyTagClassName
{
color: #C38F2F;
}
</style>
background-color css
<style>
a { background-color: #C38F2F; }
a { background-color: rgb(195,143,47); }
div.DivClassName
{
background-color: #C38F2F;
}
.BgClassName
{
background-color: #C38F2F;
}
</style>
border-color css
<style>
span { border-color: #C38F2F; }
span { border-color: rgb(195,143,47); }
td.TdClassName
{
border-color: #C38F2F;
}
.TagClassName
{
border-color: #C38F2F;
}
</style>