Shades of Hokey Pokey #C18B33
Tints of Hokey Pokey #C18B33
RGB
CMYK
RGB Variations
Color information
#C18B33 (or 0xC18B33) is known color: Hokey Pokey. HEX triplet: C1, 8B and 33. RGB value is (193,139,51). Sum of RGB (Red+Green+Blue) = 193+139+51=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B33 is #3E74CC. Grayscale: #919191. Windows color (decimal): -4093133 or 3378113. OLE color: 3378113.
HSL color Cylindrical-coordinate representation of color #C18B33: hue angle of 37.18º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C18B33 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 51 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.24 |
| HSL | 37.18º | 0.58% | 0.48% | - |
| HSV(B) | 37.18º | 0.74% | 0.76% | - |
| XYZ | 31.82 | 30.04 | 7.25 | - |
| YUV | 145.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 51 | 0 | 0.28 | 0.74 | 0.24 | 37.18 | 0.58 | 0.48 |
| Hex | C1 | 8B | 33 | 0 | 1C | 4A | 18 | 25 | 3A | 30 |
| Octal | 301 | 213 | 63 | 0 | 34 | 112 | 30 | 45 | 72 | 60 |
| Binary | 11000001 | 10001011 | 110011 | 0 | 11100 | 1001010 | 11000 | 100101 | 111010 | 110000 |
Color Harmonies of #C18B33
Complementary color
Monochromatic Colors of #C18B33
Black with #C18B33
Text Example
Text Example
White with #C18B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18B33; }
p { color: rgb(193,139,51); }
H1.HeaderClassName
{
color: #C18B33;
}
.AnyTagClassName
{
color: #C18B33;
}
</style>
background-color css
<style>
a { background-color: #C18B33; }
a { background-color: rgb(193,139,51); }
div.DivClassName
{
background-color: #C18B33;
}
.BgClassName
{
background-color: #C18B33;
}
</style>
border-color css
<style>
span { border-color: #C18B33; }
span { border-color: rgb(193,139,51); }
td.TdClassName
{
border-color: #C18B33;
}
.TagClassName
{
border-color: #C18B33;
}
</style>