Shades of Hokey Pokey #C38C30
Tints of Hokey Pokey #C38C30
RGB
CMYK
RGB Variations
Color information
#C38C30 (or 0xC38C30) is known color: Hokey Pokey. HEX triplet: C3, 8C and 30. RGB value is (195,140,48). Sum of RGB (Red+Green+Blue) = 195+140+48=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C30 is #3C73CF. Grayscale: #929292. Windows color (decimal): -3961808 or 3181763. OLE color: 3181763.
HSL color Cylindrical-coordinate representation of color #C38C30: hue angle of 37.55º 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 #C38C30 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 48 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.24 |
| HSL | 37.55º | 0.6% | 0.48% | - |
| HSV(B) | 37.55º | 0.75% | 0.76% | - |
| XYZ | 32.42 | 30.57 | 6.99 | - |
| YUV | 145.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 48 | 0 | 0.28 | 0.75 | 0.24 | 37.55 | 0.6 | 0.48 |
| Hex | C3 | 8C | 30 | 0 | 1C | 4B | 18 | 26 | 3C | 30 |
| Octal | 303 | 214 | 60 | 0 | 34 | 113 | 30 | 46 | 74 | 60 |
| Binary | 11000011 | 10001100 | 110000 | 0 | 11100 | 1001011 | 11000 | 100110 | 111100 | 110000 |
Color Harmonies of #C38C30
Complementary color
Monochromatic Colors of #C38C30
Black with #C38C30
Text Example
Text Example
White with #C38C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C30; }
p { color: rgb(195,140,48); }
H1.HeaderClassName
{
color: #C38C30;
}
.AnyTagClassName
{
color: #C38C30;
}
</style>
background-color css
<style>
a { background-color: #C38C30; }
a { background-color: rgb(195,140,48); }
div.DivClassName
{
background-color: #C38C30;
}
.BgClassName
{
background-color: #C38C30;
}
</style>
border-color css
<style>
span { border-color: #C38C30; }
span { border-color: rgb(195,140,48); }
td.TdClassName
{
border-color: #C38C30;
}
.TagClassName
{
border-color: #C38C30;
}
</style>