Shades of Hokey Pokey #C69833
Tints of Hokey Pokey #C69833
RGB
CMYK
RGB Variations
Color information
#C69833 (or 0xC69833) is known color: Hokey Pokey. HEX triplet: C6, 98 and 33. RGB value is (198,152,51). Sum of RGB (Red+Green+Blue) = 198+152+51=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C69833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69833 is #3967CC. Grayscale: #9A9A9A. Windows color (decimal): -3762125 or 3381446. OLE color: 3381446.
HSL color Cylindrical-coordinate representation of color #C69833: hue angle of 41.22º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C69833 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 51 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.22 |
| HSL | 41.22º | 0.59% | 0.49% | - |
| HSV(B) | 41.22º | 0.74% | 0.78% | - |
| XYZ | 35.11 | 34.7 | 7.98 | - |
| YUV | 154.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 51 | 0 | 0.23 | 0.74 | 0.22 | 41.22 | 0.59 | 0.49 |
| Hex | C6 | 98 | 33 | 0 | 17 | 4A | 16 | 29 | 3B | 31 |
| Octal | 306 | 230 | 63 | 0 | 27 | 112 | 26 | 51 | 73 | 61 |
| Binary | 11000110 | 10011000 | 110011 | 0 | 10111 | 1001010 | 10110 | 101001 | 111011 | 110001 |
Color Harmonies of #C69833
Complementary color
Monochromatic Colors of #C69833
Black with #C69833
Text Example
Text Example
White with #C69833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69833; }
p { color: rgb(198,152,51); }
H1.HeaderClassName
{
color: #C69833;
}
.AnyTagClassName
{
color: #C69833;
}
</style>
background-color css
<style>
a { background-color: #C69833; }
a { background-color: rgb(198,152,51); }
div.DivClassName
{
background-color: #C69833;
}
.BgClassName
{
background-color: #C69833;
}
</style>
border-color css
<style>
span { border-color: #C69833; }
span { border-color: rgb(198,152,51); }
td.TdClassName
{
border-color: #C69833;
}
.TagClassName
{
border-color: #C69833;
}
</style>