Shades of Hokey Pokey #C38F31
Tints of Hokey Pokey #C38F31
RGB
CMYK
RGB Variations
Color information
#C38F31 (or 0xC38F31) is known color: Hokey Pokey. HEX triplet: C3, 8F and 31. RGB value is (195,143,49). Sum of RGB (Red+Green+Blue) = 195+143+49=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38F31 is #3C70CE. Grayscale: #949494. Windows color (decimal): -3961039 or 3248067. OLE color: 3248067.
HSL color Cylindrical-coordinate representation of color #C38F31: hue angle of 38.63º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C38F31 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 49 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.24 |
| HSL | 38.63º | 0.6% | 0.48% | - |
| HSV(B) | 38.63º | 0.75% | 0.76% | - |
| XYZ | 32.88 | 31.47 | 7.25 | - |
| YUV | 147.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 49 | 0 | 0.27 | 0.75 | 0.24 | 38.63 | 0.6 | 0.48 |
| Hex | C3 | 8F | 31 | 0 | 1B | 4B | 18 | 27 | 3C | 30 |
| Octal | 303 | 217 | 61 | 0 | 33 | 113 | 30 | 47 | 74 | 60 |
| Binary | 11000011 | 10001111 | 110001 | 0 | 11011 | 1001011 | 11000 | 100111 | 111100 | 110000 |
Color Harmonies of #C38F31
Complementary color
Monochromatic Colors of #C38F31
Black with #C38F31
Text Example
Text Example
White with #C38F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F31; }
p { color: rgb(195,143,49); }
H1.HeaderClassName
{
color: #C38F31;
}
.AnyTagClassName
{
color: #C38F31;
}
</style>
background-color css
<style>
a { background-color: #C38F31; }
a { background-color: rgb(195,143,49); }
div.DivClassName
{
background-color: #C38F31;
}
.BgClassName
{
background-color: #C38F31;
}
</style>
border-color css
<style>
span { border-color: #C38F31; }
span { border-color: rgb(195,143,49); }
td.TdClassName
{
border-color: #C38F31;
}
.TagClassName
{
border-color: #C38F31;
}
</style>