#C18E33

Color #C18E33 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #C18E33

Tints of Hokey Pokey #C18E33

Color information

#C18E33 (or 0xC18E33) is unknown color: approx Hokey Pokey. HEX triplet: C1, 8E and 33. RGB value is (193,142,51). Sum of RGB (Red+Green+Blue) = 193+142+51=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E33 is #3E71CC. Grayscale: #939393. Windows color (decimal): -4092365 or 3378881. OLE color: 3378881.

HSL color Cylindrical-coordinate representation of color #C18E33: hue angle of 38.45º 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 #C18E33 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19314251-
CMYK00.260.740.24
HSL38.45º58.2%47.84%-
HSV(B)38.45º73.58%75.69%-
XYZ32.2630.927.4-
YUV146.8873.9160.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 50%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 51 (20.31% from 255) = 13.21%
R=50%
G=36.79%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931425100.260.740.2438.4558.247.84
HexC18E3301A4A18263a30
Octal3012166303211230467260
Binary1100000110001110110011011010100101011000100110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18E33; }

 p { color: rgb(193,142,51); }

 H1.HeaderClassName
 {
   color: #C18E33;
 }
 .AnyTagClassName
 {
   color: #C18E33;
 }
</style>
background-color css

<style>
 a { background-color: #C18E33; }

 a { background-color: rgb(193,142,51); }

 div.DivClassName
 {
   background-color: #C18E33;
 }
 .BgClassName
 {
   background-color: #C18E33;
 }
</style>
border-color css

<style>
 span { border-color: #C18E33; }

 span { border-color: rgb(193,142,51); }

 td.TdClassName
 {
   border-color: #C18E33;
 }
 .TagClassName
 {
   border-color: #C18E33;
 }
</style>